Skip to content

Instantly share code, notes, and snippets.

@alts
Created November 7, 2012 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alts/4030286 to your computer and use it in GitHub Desktop.
Save alts/4030286 to your computer and use it in GitHub Desktop.
2012 Presidential Election Data
Data scraped from nytimes.com and cnn.com
nytimes.com provided actual voting data
cnn.com provided the best interface for FIPS data
{
"Will Christensen": {
"party": "CST",
"cand_shortname": "Christensen",
"cand_longname": "Will Christensen",
"incumbent": false
},
"Barbara Washer": {
"party": "RP",
"cand_shortname": "Washer",
"cand_longname": "Barbara Washer",
"incumbent": false
},
"Jerry White": {
"party": "SEP",
"cand_shortname": "White",
"cand_longname": "Jerry White",
"incumbent": false
},
"Jack Fellure": {
"party": "Pro",
"cand_shortname": "Fellure",
"cand_longname": "Jack Fellure",
"incumbent": false
},
"Thomas Hoefling": {
"party": "AIP",
"cand_shortname": "Hoefling",
"cand_longname": "Thomas Hoefling",
"incumbent": false
},
"Rocky Anderson": {
"party": "JP",
"cand_shortname": "Anderson",
"cand_longname": "Rocky Anderson",
"incumbent": false
},
"Gary Johnson": {
"party": "Lib",
"cand_shortname": "Johnson",
"cand_longname": "Gary Johnson",
"incumbent": false
},
"Sheila Tittle": {
"party": "WTP",
"cand_shortname": "Tittle",
"cand_longname": "Sheila Tittle",
"incumbent": false
},
" None of these candidates": {
"party": "NPD",
"cand_shortname": "None of these candidates",
"cand_longname": " None of these candidates",
"incumbent": false
},
"Dean Morstad": {
"party": "Cnl",
"cand_shortname": "Morstad",
"cand_longname": "Dean Morstad",
"incumbent": false
},
"Tom Stevens": {
"party": "Obj",
"cand_shortname": "Stevens",
"cand_longname": "Tom Stevens",
"incumbent": false
},
"Jerry Litzel": {
"party": "Ind",
"cand_shortname": "Litzel",
"cand_longname": "Jerry Litzel",
"incumbent": false
},
"Jim Carlson": {
"party": "GRP",
"cand_shortname": "Carlson",
"cand_longname": "Jim Carlson",
"incumbent": false
},
"Stewart Alexander": {
"party": "Soc",
"cand_shortname": "Alexander",
"cand_longname": "Stewart Alexander",
"incumbent": false
},
"Peta Lindsay": {
"party": "PSL",
"cand_shortname": "Lindsay",
"cand_longname": "Peta Lindsay",
"incumbent": false
},
"James Harris": {
"party": "SWP",
"cand_shortname": "Harris",
"cand_longname": "James Harris",
"incumbent": false
},
"Gloria La Riva": {
"party": "PSL",
"cand_shortname": "La Riva",
"cand_longname": "Gloria La Riva",
"incumbent": false
},
"Randall Terry": {
"party": "NPA",
"cand_shortname": "Terry",
"cand_longname": "Randall Terry",
"incumbent": false
},
"Roseanne Barr": {
"party": "PFP",
"cand_shortname": "Barr",
"cand_longname": "Roseanne Barr",
"incumbent": false
},
"Barack Obama": {
"party": "DEM",
"cand_shortname": "Obama",
"cand_longname": "Barack Obama",
"incumbent": true
},
"Jill Stein": {
"party": "Grn",
"cand_shortname": "Stein",
"cand_longname": "Jill Stein",
"incumbent": false
},
"Richard Duncan": {
"party": "Una",
"cand_shortname": "Duncan",
"cand_longname": "Richard Duncan",
"incumbent": false
},
"Tom Hoefling": {
"party": "AIP",
"cand_shortname": "Hoefling",
"cand_longname": "Tom Hoefling",
"incumbent": false
},
"Mitt Romney": {
"party": "REP",
"cand_shortname": "Romney",
"cand_longname": "Mitt Romney",
"incumbent": false
},
"Merlin Miller": {
"party": "ATP",
"cand_shortname": "Miller",
"cand_longname": "Merlin Miller",
"incumbent": false
},
"Jeff Boss": {
"party": "Ind",
"cand_shortname": "Boss",
"cand_longname": "Jeff Boss",
"incumbent": false
},
"Virgil Goode": {
"party": "CST",
"cand_shortname": "Goode",
"cand_longname": "Virgil Goode",
"incumbent": false
},
"Andre Barnett": {
"party": "RP",
"cand_shortname": "Barnett",
"cand_longname": "Andre Barnett",
"incumbent": false
},
"Jill Reed": {
"party": "Una",
"cand_shortname": "Reed",
"cand_longname": "Jill Reed",
"incumbent": false
},
"Chuck Baldwin": {
"party": "RP",
"cand_shortname": "Baldwin",
"cand_longname": "Chuck Baldwin",
"incumbent": false
}
}
{
"16079": {
"state": "ID",
"name": "Shoshone"
},
"33017": {
"state": "NH",
"name": "Strafford"
},
"16073": {
"state": "ID",
"name": "Owyhee"
},
"16071": {
"state": "ID",
"name": "Oneida"
},
"16077": {
"state": "ID",
"name": "Power"
},
"16075": {
"state": "ID",
"name": "Payette"
},
"48093": {
"state": "TX",
"name": "Comanche"
},
"06115": {
"state": "CA",
"name": "Yuba"
},
"06111": {
"state": "CA",
"name": "Ventura"
},
"06113": {
"state": "CA",
"name": "Yolo"
},
"01129": {
"state": "AL",
"name": "Washington"
},
"46111": {
"state": "SD",
"name": "Sanborn"
},
"40145": {
"state": "OK",
"name": "Wagoner"
},
"40147": {
"state": "OK",
"name": "Washington"
},
"19159": {
"state": "IA",
"name": "Ringgold"
},
"39109": {
"state": "OH",
"name": "Miami"
},
"19155": {
"state": "IA",
"name": "Pottawattamie"
},
"39105": {
"state": "OH",
"name": "Meigs"
},
"19157": {
"state": "IA",
"name": "Poweshiek"
},
"39107": {
"state": "OH",
"name": "Mercer"
},
"19151": {
"state": "IA",
"name": "Pocahontas"
},
"39101": {
"state": "OH",
"name": "Marion"
},
"19153": {
"state": "IA",
"name": "Polk"
},
"39103": {
"state": "OH",
"name": "Medina"
},
"40029": {
"state": "OK",
"name": "Coal"
},
"40143": {
"state": "OK",
"name": "Tulsa"
},
"48025": {
"state": "TX",
"name": "Bee"
},
"22009": {
"state": "LA",
"name": "Avoyelles"
},
"40027": {
"state": "OK",
"name": "Cleveland"
},
"22001": {
"state": "LA",
"name": "Acadia"
},
"22003": {
"state": "LA",
"name": "Allen"
},
"22005": {
"state": "LA",
"name": "Ascension"
},
"13029": {
"state": "GA",
"name": "Bryan"
},
"22007": {
"state": "LA",
"name": "Assumption"
},
"06029": {
"state": "CA",
"name": "Kern"
},
"46113": {
"state": "SD",
"name": "Shannon"
},
"06021": {
"state": "CA",
"name": "Glenn"
},
"40023": {
"state": "OK",
"name": "Choctaw"
},
"06023": {
"state": "CA",
"name": "Humboldt"
},
"06025": {
"state": "CA",
"name": "Imperial"
},
"06027": {
"state": "CA",
"name": "Inyo"
},
"27173": {
"state": "MN",
"name": "Yellow Medicine"
},
"27171": {
"state": "MN",
"name": "Wright"
},
"51600": {
"state": "VA",
"name": "Fairfax City"
},
"33013": {
"state": "NH",
"name": "Merrimack"
},
"21101": {
"state": "KY",
"name": "Henderson"
},
"21103": {
"state": "KY",
"name": "Henry"
},
"21105": {
"state": "KY",
"name": "Hickman"
},
"21107": {
"state": "KY",
"name": "Hopkins"
},
"21109": {
"state": "KY",
"name": "Jackson"
},
"32013": {
"state": "NV",
"name": "Humboldt"
},
"32011": {
"state": "NV",
"name": "Eureka"
},
"51840": {
"state": "VA",
"name": "Winchester"
},
"32017": {
"state": "NV",
"name": "Lincoln"
},
"32015": {
"state": "NV",
"name": "Lander"
},
"47081": {
"state": "TN",
"name": "Hickman"
},
"32019": {
"state": "NV",
"name": "Lyon"
},
"26157": {
"state": "MI",
"name": "Tuscola"
},
"41001": {
"state": "OR",
"name": "Baker"
},
"26155": {
"state": "MI",
"name": "Shiawassee"
},
"42057": {
"state": "PA",
"name": "Fulton"
},
"12019": {
"state": "FL",
"name": "Clay"
},
"42051": {
"state": "PA",
"name": "Fayette"
},
"26151": {
"state": "MI",
"name": "Sanilac"
},
"42053": {
"state": "PA",
"name": "Forest"
},
"12015": {
"state": "FL",
"name": "Charlotte"
},
"12017": {
"state": "FL",
"name": "Citrus"
},
"12011": {
"state": "FL",
"name": "Broward"
},
"42059": {
"state": "PA",
"name": "Greene"
},
"12013": {
"state": "FL",
"name": "Calhoun"
},
"51115": {
"state": "VA",
"name": "Mathews"
},
"46009": {
"state": "SD",
"name": "Bon Homme"
},
"55109": {
"state": "WI",
"name": "St. Croix"
},
"51111": {
"state": "VA",
"name": "Lunenburg"
},
"51113": {
"state": "VA",
"name": "Madison"
},
"46003": {
"state": "SD",
"name": "Aurora"
},
"46007": {
"state": "SD",
"name": "Bennett"
},
"53007": {
"state": "WA",
"name": "Chelan"
},
"46005": {
"state": "SD",
"name": "Beadle"
},
"17031": {
"state": "IL",
"name": "Cook"
},
"17033": {
"state": "IL",
"name": "Crawford"
},
"48021": {
"state": "TX",
"name": "Bastrop"
},
"17035": {
"state": "IL",
"name": "Cumberland"
},
"05139": {
"state": "AR",
"name": "Union"
},
"05137": {
"state": "AR",
"name": "Stone"
},
"05135": {
"state": "AR",
"name": "Sharp"
},
"05133": {
"state": "AR",
"name": "Sevier"
},
"05131": {
"state": "AR",
"name": "Sebastian"
},
"46117": {
"state": "SD",
"name": "Stanley"
},
"54027": {
"state": "WV",
"name": "Hampshire"
},
"26023": {
"state": "MI",
"name": "Branch"
},
"05003": {
"state": "AR",
"name": "Ashley"
},
"26021": {
"state": "MI",
"name": "Berrien"
},
"05001": {
"state": "AR",
"name": "Arkansas"
},
"26027": {
"state": "MI",
"name": "Cass"
},
"05007": {
"state": "AR",
"name": "Benton"
},
"26025": {
"state": "MI",
"name": "Calhoun"
},
"05005": {
"state": "AR",
"name": "Baxter"
},
"12121": {
"state": "FL",
"name": "Suwannee"
},
"12123": {
"state": "FL",
"name": "Taylor"
},
"05009": {
"state": "AR",
"name": "Boone"
},
"12125": {
"state": "FL",
"name": "Union"
},
"12127": {
"state": "FL",
"name": "Volusia"
},
"48261": {
"state": "TX",
"name": "Kenedy"
},
"20153": {
"state": "KS",
"name": "Rawlins"
},
"01025": {
"state": "AL",
"name": "Clarke"
},
"01027": {
"state": "AL",
"name": "Clay"
},
"01021": {
"state": "AL",
"name": "Chilton"
},
"01023": {
"state": "AL",
"name": "Choctaw"
},
"01029": {
"state": "AL",
"name": "Cleburne"
},
"37009": {
"state": "NC",
"name": "Ashe"
},
"37007": {
"state": "NC",
"name": "Anson"
},
"37005": {
"state": "NC",
"name": "Alleghany"
},
"37003": {
"state": "NC",
"name": "Alexander"
},
"37001": {
"state": "NC",
"name": "Alamance"
},
"48365": {
"state": "TX",
"name": "Panola"
},
"36029": {
"state": "NY",
"name": "Erie"
},
"42129": {
"state": "PA",
"name": "Westmoreland"
},
"48237": {
"state": "TX",
"name": "Jack"
},
"36023": {
"state": "NY",
"name": "Cortland"
},
"36021": {
"state": "NY",
"name": "Columbia"
},
"36027": {
"state": "NY",
"name": "Dutchess"
},
"36025": {
"state": "NY",
"name": "Delaware"
},
"48091": {
"state": "TX",
"name": "Comal"
},
"42125": {
"state": "PA",
"name": "Washington"
},
"48235": {
"state": "TX",
"name": "Irion"
},
"48233": {
"state": "TX",
"name": "Hutchinson"
},
"51065": {
"state": "VA",
"name": "Fluvanna"
},
"48149": {
"state": "TX",
"name": "Fayette"
},
"48419": {
"state": "TX",
"name": "Shelby"
},
"48145": {
"state": "TX",
"name": "Falls"
},
"48147": {
"state": "TX",
"name": "Fannin"
},
"48141": {
"state": "TX",
"name": "El Paso"
},
"48143": {
"state": "TX",
"name": "Erath"
},
"01111": {
"state": "AL",
"name": "Randolph"
},
"01113": {
"state": "AL",
"name": "Russell"
},
"01115": {
"state": "AL",
"name": "St. Clair"
},
"01117": {
"state": "AL",
"name": "Shelby"
},
"01119": {
"state": "AL",
"name": "Sumter"
},
"45061": {
"state": "SC",
"name": "Lee"
},
"13059": {
"state": "GA",
"name": "Clarke"
},
"45065": {
"state": "SC",
"name": "McCormick"
},
"45067": {
"state": "SC",
"name": "Marion"
},
"13053": {
"state": "GA",
"name": "Chattahoochee"
},
"13051": {
"state": "GA",
"name": "Chatham"
},
"13057": {
"state": "GA",
"name": "Cherokee"
},
"13055": {
"state": "GA",
"name": "Chattooga"
},
"48231": {
"state": "TX",
"name": "Hunt"
},
"01045": {
"state": "AL",
"name": "Dale"
},
"40073": {
"state": "OK",
"name": "Kingfisher"
},
"37177": {
"state": "NC",
"name": "Tyrrell"
},
"37175": {
"state": "NC",
"name": "Transylvania"
},
"37173": {
"state": "NC",
"name": "Swain"
},
"37171": {
"state": "NC",
"name": "Surry"
},
"37179": {
"state": "NC",
"name": "Union"
},
"08053": {
"state": "CO",
"name": "Hinsdale"
},
"08051": {
"state": "CO",
"name": "Gunnison"
},
"48029": {
"state": "TX",
"name": "Bexar"
},
"08057": {
"state": "CO",
"name": "Jackson"
},
"08055": {
"state": "CO",
"name": "Huerfano"
},
"08059": {
"state": "CO",
"name": "Jefferson"
},
"54089": {
"state": "WV",
"name": "Summers"
},
"31129": {
"state": "NE",
"name": "Nuckolls"
},
"31127": {
"state": "NE",
"name": "Nemaha"
},
"31125": {
"state": "NE",
"name": "Nance"
},
"31123": {
"state": "NE",
"name": "Morrill"
},
"31121": {
"state": "NE",
"name": "Merrick"
},
"18149": {
"state": "IN",
"name": "Starke"
},
"37125": {
"state": "NC",
"name": "Moore"
},
"18141": {
"state": "IN",
"name": "St. Joseph"
},
"18143": {
"state": "IN",
"name": "Scott"
},
"18145": {
"state": "IN",
"name": "Shelby"
},
"18147": {
"state": "IN",
"name": "Spencer"
},
"37127": {
"state": "NC",
"name": "Nash"
},
"37121": {
"state": "NC",
"name": "Mitchell"
},
"29109": {
"state": "MO",
"name": "Lawrence"
},
"46011": {
"state": "SD",
"name": "Brookings"
},
"05093": {
"state": "AR",
"name": "Mississippi"
},
"29101": {
"state": "MO",
"name": "Johnson"
},
"29103": {
"state": "MO",
"name": "Knox"
},
"37123": {
"state": "NC",
"name": "Montgomery"
},
"29105": {
"state": "MO",
"name": "LaClede"
},
"29107": {
"state": "MO",
"name": "Lafayette"
},
"55111": {
"state": "WI",
"name": "Sauk"
},
"55113": {
"state": "WI",
"name": "Sawyer"
},
"55115": {
"state": "WI",
"name": "Shawano"
},
"55117": {
"state": "WI",
"name": "Sheboygan"
},
"48303": {
"state": "TX",
"name": "Lubbock"
},
"55119": {
"state": "WI",
"name": "Taylor"
},
"34041": {
"state": "NJ",
"name": "Warren"
},
"46013": {
"state": "SD",
"name": "Brown"
},
"48301": {
"state": "TX",
"name": "Loving"
},
"48307": {
"state": "TX",
"name": "McCulloch"
},
"51161": {
"state": "VA",
"name": "Roanoke"
},
"54081": {
"state": "WV",
"name": "Raleigh"
},
"48305": {
"state": "TX",
"name": "Lynn"
},
"47035": {
"state": "TN",
"name": "Cumberland"
},
"47037": {
"state": "TN",
"name": "Davidson"
},
"47031": {
"state": "TN",
"name": "Coffee"
},
"47033": {
"state": "TN",
"name": "Crockett"
},
"06109": {
"state": "CA",
"name": "Tuolumne"
},
"06107": {
"state": "CA",
"name": "Tulare"
},
"06105": {
"state": "CA",
"name": "Trinity"
},
"47039": {
"state": "TN",
"name": "Decatur"
},
"06103": {
"state": "CA",
"name": "Tehama"
},
"06101": {
"state": "CA",
"name": "Sutter"
},
"46137": {
"state": "SD",
"name": "Ziebach"
},
"55029": {
"state": "WI",
"name": "Door"
},
"19149": {
"state": "IA",
"name": "Plymouth"
},
"39171": {
"state": "OH",
"name": "Williams"
},
"19147": {
"state": "IA",
"name": "Palo Alto"
},
"39173": {
"state": "OH",
"name": "Wood"
},
"19145": {
"state": "IA",
"name": "Page"
},
"39175": {
"state": "OH",
"name": "Wyandot"
},
"19143": {
"state": "IA",
"name": "Osceola"
},
"55023": {
"state": "WI",
"name": "Crawford"
},
"19141": {
"state": "IA",
"name": "O'Brien"
},
"54083": {
"state": "WV",
"name": "Randolph"
},
"40141": {
"state": "OK",
"name": "Tillman"
},
"30049": {
"state": "MT",
"name": "Lewis and Clark"
},
"22019": {
"state": "LA",
"name": "Calcasieu"
},
"22013": {
"state": "LA",
"name": "Bienville"
},
"22011": {
"state": "LA",
"name": "Beauregard"
},
"22017": {
"state": "LA",
"name": "Caddo"
},
"22015": {
"state": "LA",
"name": "Bossier"
},
"46129": {
"state": "SD",
"name": "Walworth"
},
"02000": {
"state": "AK",
"name": "Alaska"
},
"06033": {
"state": "CA",
"name": "Lake"
},
"06031": {
"state": "CA",
"name": "Kings"
},
"06037": {
"state": "CA",
"name": "Los Angeles"
},
"06035": {
"state": "CA",
"name": "Lassen"
},
"27143": {
"state": "MN",
"name": "Sibley"
},
"16065": {
"state": "ID",
"name": "Madison"
},
"27141": {
"state": "MN",
"name": "Sherburne"
},
"16067": {
"state": "ID",
"name": "Minidoka"
},
"27147": {
"state": "MN",
"name": "Steele"
},
"16061": {
"state": "ID",
"name": "Lewis"
},
"27145": {
"state": "MN",
"name": "Stearns"
},
"16063": {
"state": "ID",
"name": "Lincoln"
},
"51510": {
"state": "VA",
"name": "Alexandria"
},
"27149": {
"state": "MN",
"name": "Stevens"
},
"51530": {
"state": "VA",
"name": "Buena Vista"
},
"39009": {
"state": "OH",
"name": "Athens"
},
"16069": {
"state": "ID",
"name": "Nez Perce"
},
"21113": {
"state": "KY",
"name": "Jessamine"
},
"21111": {
"state": "KY",
"name": "Jefferson"
},
"21117": {
"state": "KY",
"name": "Kenton"
},
"21115": {
"state": "KY",
"name": "Johnson"
},
"48447": {
"state": "TX",
"name": "Throckmorton"
},
"21119": {
"state": "KY",
"name": "Knott"
},
"56045": {
"state": "WY",
"name": "Weston"
},
"32009": {
"state": "NV",
"name": "Esmeralda"
},
"32005": {
"state": "NV",
"name": "Douglas"
},
"32007": {
"state": "NV",
"name": "Elko"
},
"32001": {
"state": "NV",
"name": "Churchill"
},
"32003": {
"state": "NV",
"name": "Clark"
},
"42021": {
"state": "PA",
"name": "Cambria"
},
"26141": {
"state": "MI",
"name": "Presque Isle"
},
"42023": {
"state": "PA",
"name": "Cameron"
},
"26143": {
"state": "MI",
"name": "Roscommon"
},
"42025": {
"state": "PA",
"name": "Carbon"
},
"26145": {
"state": "MI",
"name": "Saginaw"
},
"42027": {
"state": "PA",
"name": "Centre"
},
"12009": {
"state": "FL",
"name": "Brevard"
},
"42029": {
"state": "PA",
"name": "Chester"
},
"26149": {
"state": "MI",
"name": "St. Joseph"
},
"12005": {
"state": "FL",
"name": "Bay"
},
"12003": {
"state": "FL",
"name": "Baker"
},
"12001": {
"state": "FL",
"name": "Alachua"
},
"51107": {
"state": "VA",
"name": "Loudoun"
},
"51105": {
"state": "VA",
"name": "Lee"
},
"51103": {
"state": "VA",
"name": "Lancaster"
},
"51101": {
"state": "VA",
"name": "King William"
},
"51109": {
"state": "VA",
"name": "Louisa"
},
"05109": {
"state": "AR",
"name": "Pike"
},
"05103": {
"state": "AR",
"name": "Ouachita"
},
"05101": {
"state": "AR",
"name": "Newton"
},
"05107": {
"state": "AR",
"name": "Phillips"
},
"05105": {
"state": "AR",
"name": "Perry"
},
"13289": {
"state": "GA",
"name": "Twiggs"
},
"13287": {
"state": "GA",
"name": "Turner"
},
"51127": {
"state": "VA",
"name": "New Kent"
},
"13285": {
"state": "GA",
"name": "Troup"
},
"13283": {
"state": "GA",
"name": "Treutlen"
},
"13281": {
"state": "GA",
"name": "Towns"
},
"46099": {
"state": "SD",
"name": "Minnehaha"
},
"48121": {
"state": "TX",
"name": "Denton"
},
"30061": {
"state": "MT",
"name": "Mineral"
},
"48219": {
"state": "TX",
"name": "Hockley"
},
"48127": {
"state": "TX",
"name": "Dimmit"
},
"53039": {
"state": "WA",
"name": "Klickitat"
},
"30063": {
"state": "MT",
"name": "Missoula"
},
"26039": {
"state": "MI",
"name": "Crawford"
},
"05039": {
"state": "AR",
"name": "Dallas"
},
"49047": {
"state": "UT",
"name": "Uintah"
},
"05037": {
"state": "AR",
"name": "Cross"
},
"12133": {
"state": "FL",
"name": "Washington"
},
"05035": {
"state": "AR",
"name": "Crittenden"
},
"26037": {
"state": "MI",
"name": "Clinton"
},
"05033": {
"state": "AR",
"name": "Crawford"
},
"26031": {
"state": "MI",
"name": "Cheboygan"
},
"05031": {
"state": "AR",
"name": "Craighead"
},
"26033": {
"state": "MI",
"name": "Chippewa"
},
"49045": {
"state": "UT",
"name": "Tooele"
},
"48229": {
"state": "TX",
"name": "Hudspeth"
},
"20089": {
"state": "KS",
"name": "Jewell"
},
"20087": {
"state": "KS",
"name": "Jefferson"
},
"20085": {
"state": "KS",
"name": "Jackson"
},
"30067": {
"state": "MT",
"name": "Park"
},
"20083": {
"state": "KS",
"name": "Hodgeman"
},
"20081": {
"state": "KS",
"name": "Haskell"
},
"49043": {
"state": "UT",
"name": "Summit"
},
"01051": {
"state": "AL",
"name": "Elmore"
},
"01053": {
"state": "AL",
"name": "Escambia"
},
"01055": {
"state": "AL",
"name": "Etowah"
},
"01057": {
"state": "AL",
"name": "Fayette"
},
"01059": {
"state": "AL",
"name": "Franklin"
},
"49041": {
"state": "UT",
"name": "Sevier"
},
"36017": {
"state": "NY",
"name": "Chenango"
},
"37019": {
"state": "NC",
"name": "Brunswick"
},
"13199": {
"state": "GA",
"name": "Meriwether"
},
"36013": {
"state": "NY",
"name": "Chautauqua"
},
"36011": {
"state": "NY",
"name": "Cayuga"
},
"13193": {
"state": "GA",
"name": "Macon"
},
"37011": {
"state": "NC",
"name": "Avery"
},
"13191": {
"state": "GA",
"name": "McIntosh"
},
"37013": {
"state": "NC",
"name": "Beaufort"
},
"13197": {
"state": "GA",
"name": "Marion"
},
"37015": {
"state": "NC",
"name": "Bertie"
},
"13195": {
"state": "GA",
"name": "Madison"
},
"37017": {
"state": "NC",
"name": "Bladen"
},
"48311": {
"state": "TX",
"name": "McMullen"
},
"48313": {
"state": "TX",
"name": "Madison"
},
"48315": {
"state": "TX",
"name": "Marion"
},
"48317": {
"state": "TX",
"name": "Martin"
},
"48319": {
"state": "TX",
"name": "Mason"
},
"48139": {
"state": "TX",
"name": "Ellis"
},
"48429": {
"state": "TX",
"name": "Stephens"
},
"48131": {
"state": "TX",
"name": "Duval"
},
"48133": {
"state": "TX",
"name": "Eastland"
},
"48135": {
"state": "TX",
"name": "Ector"
},
"48137": {
"state": "TX",
"name": "Edwards"
},
"47175": {
"state": "TN",
"name": "Van Buren"
},
"13067": {
"state": "GA",
"name": "Cobb"
},
"36075": {
"state": "NY",
"name": "Oswego"
},
"13065": {
"state": "GA",
"name": "Clinch"
},
"13063": {
"state": "GA",
"name": "Clayton"
},
"55011": {
"state": "WI",
"name": "Buffalo"
},
"13061": {
"state": "GA",
"name": "Clay"
},
"47177": {
"state": "TN",
"name": "Warren"
},
"47069": {
"state": "TN",
"name": "Hardeman"
},
"13069": {
"state": "GA",
"name": "Coffee"
},
"13265": {
"state": "GA",
"name": "Taliaferro"
},
"13267": {
"state": "GA",
"name": "Tattnall"
},
"13261": {
"state": "GA",
"name": "Sumter"
},
"13263": {
"state": "GA",
"name": "Talbot"
},
"13269": {
"state": "GA",
"name": "Taylor"
},
"42055": {
"state": "PA",
"name": "Franklin"
},
"45089": {
"state": "SC",
"name": "Williamsburg"
},
"40089": {
"state": "OK",
"name": "McCurtain"
},
"48047": {
"state": "TX",
"name": "Brooks"
},
"48217": {
"state": "TX",
"name": "Hill"
},
"48041": {
"state": "TX",
"name": "Brazos"
},
"48043": {
"state": "TX",
"name": "Brewster"
},
"40081": {
"state": "OK",
"name": "Lincoln"
},
"26153": {
"state": "MI",
"name": "Schoolcraft"
},
"40083": {
"state": "OK",
"name": "Logan"
},
"40085": {
"state": "OK",
"name": "Love"
},
"40087": {
"state": "OK",
"name": "McClain"
},
"20065": {
"state": "KS",
"name": "Graham"
},
"37161": {
"state": "NC",
"name": "Rutherford"
},
"20067": {
"state": "KS",
"name": "Grant"
},
"37163": {
"state": "NC",
"name": "Sampson"
},
"20061": {
"state": "KS",
"name": "Geary"
},
"37165": {
"state": "NC",
"name": "Scotland"
},
"20063": {
"state": "KS",
"name": "Gove"
},
"37167": {
"state": "NC",
"name": "Stanly"
},
"36079": {
"state": "NY",
"name": "Putnam"
},
"20069": {
"state": "KS",
"name": "Gray"
},
"48351": {
"state": "TX",
"name": "Newton"
},
"08069": {
"state": "CO",
"name": "Larimer"
},
"08067": {
"state": "CO",
"name": "La Plata"
},
"08065": {
"state": "CO",
"name": "Lake"
},
"45081": {
"state": "SC",
"name": "Saluda"
},
"08063": {
"state": "CO",
"name": "Kit Carson"
},
"08061": {
"state": "CO",
"name": "Kiowa"
},
"31119": {
"state": "NE",
"name": "Madison"
},
"31113": {
"state": "NE",
"name": "Logan"
},
"31111": {
"state": "NE",
"name": "Lincoln"
},
"31117": {
"state": "NE",
"name": "McPherson"
},
"31115": {
"state": "NE",
"name": "Loup"
},
"48211": {
"state": "TX",
"name": "Hemphill"
},
"08085": {
"state": "CO",
"name": "Montrose"
},
"08087": {
"state": "CO",
"name": "Morgan"
},
"18159": {
"state": "IN",
"name": "Tipton"
},
"08081": {
"state": "CO",
"name": "Moffat"
},
"26159": {
"state": "MI",
"name": "Van Buren"
},
"08083": {
"state": "CO",
"name": "Montezuma"
},
"18153": {
"state": "IN",
"name": "Sullivan"
},
"18151": {
"state": "IN",
"name": "Steuben"
},
"08089": {
"state": "CO",
"name": "Otero"
},
"18157": {
"state": "IN",
"name": "Tippecanoe"
},
"18155": {
"state": "IN",
"name": "Switzerland"
},
"51117": {
"state": "VA",
"name": "Mecklenburg"
},
"29119": {
"state": "MO",
"name": "McDonald"
},
"29113": {
"state": "MO",
"name": "Lincoln"
},
"29111": {
"state": "MO",
"name": "Lewis"
},
"29117": {
"state": "MO",
"name": "Livingston"
},
"29115": {
"state": "MO",
"name": "Linn"
},
"51033": {
"state": "VA",
"name": "Caroline"
},
"55063": {
"state": "WI",
"name": "La Crosse"
},
"51031": {
"state": "VA",
"name": "Campbell"
},
"54059": {
"state": "WV",
"name": "Mingo"
},
"55065": {
"state": "WI",
"name": "Lafayette"
},
"51037": {
"state": "VA",
"name": "Charlotte"
},
"55103": {
"state": "WI",
"name": "Richland"
},
"18007": {
"state": "IN",
"name": "Benton"
},
"55101": {
"state": "WI",
"name": "Racine"
},
"55107": {
"state": "WI",
"name": "Rusk"
},
"55105": {
"state": "WI",
"name": "Rock"
},
"51119": {
"state": "VA",
"name": "Middlesex"
},
"51035": {
"state": "VA",
"name": "Carroll"
},
"55069": {
"state": "WI",
"name": "Lincoln"
},
"48055": {
"state": "TX",
"name": "Caldwell"
},
"48363": {
"state": "TX",
"name": "Palo Pinto"
},
"38059": {
"state": "ND",
"name": "Morton"
},
"47025": {
"state": "TN",
"name": "Claiborne"
},
"47023": {
"state": "TN",
"name": "Chester"
},
"47021": {
"state": "TN",
"name": "Cheatham"
},
"47029": {
"state": "TN",
"name": "Cocke"
},
"29199": {
"state": "MO",
"name": "Scotland"
},
"17037": {
"state": "IL",
"name": "DeKalb"
},
"19179": {
"state": "IA",
"name": "Wapello"
},
"39169": {
"state": "OH",
"name": "Wayne"
},
"17039": {
"state": "IL",
"name": "DeWitt"
},
"19173": {
"state": "IA",
"name": "Taylor"
},
"39163": {
"state": "OH",
"name": "Vinton"
},
"19171": {
"state": "IA",
"name": "Tama"
},
"39161": {
"state": "OH",
"name": "Van Wert"
},
"19177": {
"state": "IA",
"name": "Van Buren"
},
"39167": {
"state": "OH",
"name": "Washington"
},
"19175": {
"state": "IA",
"name": "Union"
},
"39165": {
"state": "OH",
"name": "Warren"
},
"22027": {
"state": "LA",
"name": "Claiborne"
},
"22025": {
"state": "LA",
"name": "Catahoula"
},
"22023": {
"state": "LA",
"name": "Cameron"
},
"22021": {
"state": "LA",
"name": "Caldwell"
},
"22029": {
"state": "LA",
"name": "Concordia"
},
"06007": {
"state": "CA",
"name": "Butte"
},
"06005": {
"state": "CA",
"name": "Amador"
},
"06003": {
"state": "CA",
"name": "Alpine"
},
"06001": {
"state": "CA",
"name": "Alameda"
},
"06009": {
"state": "CA",
"name": "Calaveras"
},
"51620": {
"state": "VA",
"name": "Franklin City"
},
"16011": {
"state": "ID",
"name": "Bingham"
},
"39017": {
"state": "OH",
"name": "Butler"
},
"16013": {
"state": "ID",
"name": "Blaine"
},
"39015": {
"state": "OH",
"name": "Brown"
},
"16015": {
"state": "ID",
"name": "Boise"
},
"27159": {
"state": "MN",
"name": "Wadena"
},
"16017": {
"state": "ID",
"name": "Bonner"
},
"39011": {
"state": "OH",
"name": "Auglaize"
},
"16019": {
"state": "ID",
"name": "Bonneville"
},
"27155": {
"state": "MN",
"name": "Traverse"
},
"27157": {
"state": "MN",
"name": "Wabasha"
},
"27151": {
"state": "MN",
"name": "Swift"
},
"27153": {
"state": "MN",
"name": "Todd"
},
"22117": {
"state": "LA",
"name": "Washington"
},
"21129": {
"state": "KY",
"name": "Lee"
},
"21127": {
"state": "KY",
"name": "Lawrence"
},
"48367": {
"state": "TX",
"name": "Parker"
},
"21125": {
"state": "KY",
"name": "Laurel"
},
"21123": {
"state": "KY",
"name": "LaRue"
},
"22115": {
"state": "LA",
"name": "Vernon"
},
"21121": {
"state": "KY",
"name": "Knox"
},
"16059": {
"state": "ID",
"name": "Lemhi"
},
"46061": {
"state": "SD",
"name": "Hanson"
},
"40001": {
"state": "OK",
"name": "Adair"
},
"12039": {
"state": "FL",
"name": "Gadsden"
},
"42031": {
"state": "PA",
"name": "Clarion"
},
"46065": {
"state": "SD",
"name": "Hughes"
},
"22111": {
"state": "LA",
"name": "Union"
},
"46067": {
"state": "SD",
"name": "Hutchinson"
},
"42035": {
"state": "PA",
"name": "Clinton"
},
"12033": {
"state": "FL",
"name": "Escambia"
},
"12031": {
"state": "FL",
"name": "Duval"
},
"42039": {
"state": "PA",
"name": "Crawford"
},
"12037": {
"state": "FL",
"name": "Franklin"
},
"40003": {
"state": "OK",
"name": "Alfalfa"
},
"12035": {
"state": "FL",
"name": "Flagler"
},
"51133": {
"state": "VA",
"name": "Northumberland"
},
"51131": {
"state": "VA",
"name": "Northampton"
},
"51137": {
"state": "VA",
"name": "Orange"
},
"51135": {
"state": "VA",
"name": "Nottoway"
},
"40005": {
"state": "OK",
"name": "Atoka"
},
"51139": {
"state": "VA",
"name": "Page"
},
"16057": {
"state": "ID",
"name": "Latah"
},
"31177": {
"state": "NE",
"name": "Washington"
},
"40007": {
"state": "OK",
"name": "Beaver"
},
"13299": {
"state": "GA",
"name": "Ware"
},
"22119": {
"state": "LA",
"name": "Webster"
},
"13291": {
"state": "GA",
"name": "Union"
},
"13293": {
"state": "GA",
"name": "Upson"
},
"13295": {
"state": "GA",
"name": "Walker"
},
"51061": {
"state": "VA",
"name": "Fauquier"
},
"13297": {
"state": "GA",
"name": "Walton"
},
"12107": {
"state": "FL",
"name": "Putnam"
},
"12105": {
"state": "FL",
"name": "Polk"
},
"12103": {
"state": "FL",
"name": "Pinellas"
},
"12101": {
"state": "FL",
"name": "Pasco"
},
"12109": {
"state": "FL",
"name": "St. Johns"
},
"26049": {
"state": "MI",
"name": "Genesee"
},
"05029": {
"state": "AR",
"name": "Conway"
},
"26041": {
"state": "MI",
"name": "Delta"
},
"05021": {
"state": "AR",
"name": "Clay"
},
"26043": {
"state": "MI",
"name": "Dickinson"
},
"05023": {
"state": "AR",
"name": "Cleburne"
},
"26045": {
"state": "MI",
"name": "Eaton"
},
"05025": {
"state": "AR",
"name": "Cleveland"
},
"26047": {
"state": "MI",
"name": "Emmet"
},
"05027": {
"state": "AR",
"name": "Columbia"
},
"20099": {
"state": "KS",
"name": "Labette"
},
"48239": {
"state": "TX",
"name": "Jackson"
},
"20091": {
"state": "KS",
"name": "Johnson"
},
"20093": {
"state": "KS",
"name": "Kearny"
},
"20095": {
"state": "KS",
"name": "Kingman"
},
"20097": {
"state": "KS",
"name": "Kiowa"
},
"13185": {
"state": "GA",
"name": "Lowndes"
},
"13187": {
"state": "GA",
"name": "Lumpkin"
},
"13181": {
"state": "GA",
"name": "Lincoln"
},
"13183": {
"state": "GA",
"name": "Long"
},
"01049": {
"state": "AL",
"name": "DeKalb"
},
"13189": {
"state": "GA",
"name": "McDuffie"
},
"12129": {
"state": "FL",
"name": "Wakulla"
},
"36003": {
"state": "NY",
"name": "Allegany"
},
"36005": {
"state": "NY",
"name": "Bronx"
},
"36007": {
"state": "NY",
"name": "Broome"
},
"36009": {
"state": "NY",
"name": "Cattaraugus"
},
"45019": {
"state": "SC",
"name": "Charleston"
},
"05115": {
"state": "AR",
"name": "Pope"
},
"05117": {
"state": "AR",
"name": "Prairie"
},
"05111": {
"state": "AR",
"name": "Poinsett"
},
"05113": {
"state": "AR",
"name": "Polk"
},
"48309": {
"state": "TX",
"name": "McLennan"
},
"05119": {
"state": "AR",
"name": "Pulaski"
},
"48435": {
"state": "TX",
"name": "Sutton"
},
"48437": {
"state": "TX",
"name": "Swisher"
},
"48431": {
"state": "TX",
"name": "Sterling"
},
"48433": {
"state": "TX",
"name": "Stonewall"
},
"48439": {
"state": "TX",
"name": "Tarrant"
},
"53027": {
"state": "WA",
"name": "Grays Harbor"
},
"48129": {
"state": "TX",
"name": "Donley"
},
"48123": {
"state": "TX",
"name": "De Witt"
},
"30045": {
"state": "MT",
"name": "Judith Basin"
},
"26029": {
"state": "MI",
"name": "Charlevoix"
},
"48125": {
"state": "TX",
"name": "Dickens"
},
"13071": {
"state": "GA",
"name": "Colquitt"
},
"13073": {
"state": "GA",
"name": "Columbia"
},
"13075": {
"state": "GA",
"name": "Cook"
},
"13077": {
"state": "GA",
"name": "Coweta"
},
"13079": {
"state": "GA",
"name": "Crawford"
},
"13277": {
"state": "GA",
"name": "Tift"
},
"13275": {
"state": "GA",
"name": "Thomas"
},
"13273": {
"state": "GA",
"name": "Terrell"
},
"13271": {
"state": "GA",
"name": "Telfair"
},
"45087": {
"state": "SC",
"name": "Union"
},
"45085": {
"state": "SC",
"name": "Sumter"
},
"45083": {
"state": "SC",
"name": "Spartanburg"
},
"13279": {
"state": "GA",
"name": "Toombs"
},
"18099": {
"state": "IN",
"name": "Marshall"
},
"18093": {
"state": "IN",
"name": "Lawrence"
},
"18091": {
"state": "IN",
"name": "LaPorte"
},
"08091": {
"state": "CO",
"name": "Ouray"
},
"18097": {
"state": "IN",
"name": "Marion"
},
"18095": {
"state": "IN",
"name": "Madison"
},
"48057": {
"state": "TX",
"name": "Calhoun"
},
"40099": {
"state": "OK",
"name": "Murray"
},
"48053": {
"state": "TX",
"name": "Burnet"
},
"48051": {
"state": "TX",
"name": "Burleson"
},
"40093": {
"state": "OK",
"name": "Major"
},
"40091": {
"state": "OK",
"name": "McIntosh"
},
"40097": {
"state": "OK",
"name": "Mayes"
},
"40095": {
"state": "OK",
"name": "Marshall"
},
"20077": {
"state": "KS",
"name": "Harper"
},
"20075": {
"state": "KS",
"name": "Hamilton"
},
"37199": {
"state": "NC",
"name": "Yancey"
},
"20073": {
"state": "KS",
"name": "Greenwood"
},
"20071": {
"state": "KS",
"name": "Greeley"
},
"37195": {
"state": "NC",
"name": "Wilson"
},
"37197": {
"state": "NC",
"name": "Yadkin"
},
"37191": {
"state": "NC",
"name": "Wayne"
},
"37193": {
"state": "NC",
"name": "Wilkes"
},
"20079": {
"state": "KS",
"name": "Harvey"
},
"08079": {
"state": "CO",
"name": "Mineral"
},
"48369": {
"state": "TX",
"name": "Parmer"
},
"08071": {
"state": "CO",
"name": "Las Animas"
},
"08073": {
"state": "CO",
"name": "Lincoln"
},
"08075": {
"state": "CO",
"name": "Logan"
},
"08077": {
"state": "CO",
"name": "Mesa"
},
"18167": {
"state": "IN",
"name": "Vigo"
},
"28021": {
"state": "MS",
"name": "Claiborne"
},
"18165": {
"state": "IN",
"name": "Vermillion"
},
"18163": {
"state": "IN",
"name": "Vanderburgh"
},
"18161": {
"state": "IN",
"name": "Union"
},
"28023": {
"state": "MS",
"name": "Clarke"
},
"18169": {
"state": "IN",
"name": "Wabash"
},
"08097": {
"state": "CO",
"name": "Pitkin"
},
"08095": {
"state": "CO",
"name": "Phillips"
},
"08093": {
"state": "CO",
"name": "Park"
},
"19037": {
"state": "IA",
"name": "Chickasaw"
},
"28025": {
"state": "MS",
"name": "Clay"
},
"08099": {
"state": "CO",
"name": "Prowers"
},
"29127": {
"state": "MO",
"name": "Marion"
},
"48399": {
"state": "TX",
"name": "Runnels"
},
"29125": {
"state": "MO",
"name": "Maries"
},
"16023": {
"state": "ID",
"name": "Butte"
},
"29123": {
"state": "MO",
"name": "Madison"
},
"28027": {
"state": "MS",
"name": "Coahoma"
},
"29121": {
"state": "MO",
"name": "Macon"
},
"51595": {
"state": "VA",
"name": "Emporia"
},
"20139": {
"state": "KS",
"name": "Osage"
},
"29129": {
"state": "MO",
"name": "Mercer"
},
"16025": {
"state": "ID",
"name": "Camas"
},
"16027": {
"state": "ID",
"name": "Canyon"
},
"35049": {
"state": "NM",
"name": "Santa Fe"
},
"35045": {
"state": "NM",
"name": "San Juan"
},
"35047": {
"state": "NM",
"name": "San Miguel"
},
"35041": {
"state": "NM",
"name": "Roosevelt"
},
"35043": {
"state": "NM",
"name": "Sandoval"
},
"48391": {
"state": "TX",
"name": "Refugio"
},
"48393": {
"state": "TX",
"name": "Roberts"
},
"55139": {
"state": "WI",
"name": "Winnebago"
},
"55137": {
"state": "WI",
"name": "Waushara"
},
"20137": {
"state": "KS",
"name": "Norton"
},
"55135": {
"state": "WI",
"name": "Waupaca"
},
"55133": {
"state": "WI",
"name": "Waukesha"
},
"55131": {
"state": "WI",
"name": "Washington"
},
"31105": {
"state": "NE",
"name": "Kimball"
},
"31107": {
"state": "NE",
"name": "Knox"
},
"31101": {
"state": "NE",
"name": "Keith"
},
"31103": {
"state": "NE",
"name": "Keya Paha"
},
"31109": {
"state": "NE",
"name": "Lancaster"
},
"37103": {
"state": "NC",
"name": "Jones"
},
"47013": {
"state": "TN",
"name": "Campbell"
},
"47011": {
"state": "TN",
"name": "Bradley"
},
"47017": {
"state": "TN",
"name": "Carroll"
},
"47015": {
"state": "TN",
"name": "Cannon"
},
"47019": {
"state": "TN",
"name": "Carter"
},
"39157": {
"state": "OH",
"name": "Tuscarawas"
},
"19165": {
"state": "IA",
"name": "Shelby"
},
"39155": {
"state": "OH",
"name": "Trumbull"
},
"19167": {
"state": "IA",
"name": "Sioux"
},
"27019": {
"state": "MN",
"name": "Carver"
},
"19161": {
"state": "IA",
"name": "Sac"
},
"39151": {
"state": "OH",
"name": "Stark"
},
"19163": {
"state": "IA",
"name": "Scott"
},
"27015": {
"state": "MN",
"name": "Brown"
},
"27017": {
"state": "MN",
"name": "Carlton"
},
"27011": {
"state": "MN",
"name": "Big Stone"
},
"19169": {
"state": "IA",
"name": "Story"
},
"27013": {
"state": "MN",
"name": "Blue Earth"
},
"53011": {
"state": "WA",
"name": "Clark"
},
"55009": {
"state": "WI",
"name": "Brown"
},
"51041": {
"state": "VA",
"name": "Chesterfield"
},
"55003": {
"state": "WI",
"name": "Ashland"
},
"51580": {
"state": "VA",
"name": "Covington"
},
"37109": {
"state": "NC",
"name": "Lincoln"
},
"55007": {
"state": "WI",
"name": "Bayfield"
},
"55005": {
"state": "WI",
"name": "Barron"
},
"22031": {
"state": "LA",
"name": "DeSoto"
},
"22033": {
"state": "LA",
"name": "East Baton Rouge"
},
"22035": {
"state": "LA",
"name": "East Carroll"
},
"22037": {
"state": "LA",
"name": "East Feliciana"
},
"22039": {
"state": "LA",
"name": "Evangeline"
},
"06011": {
"state": "CA",
"name": "Colusa"
},
"06013": {
"state": "CA",
"name": "Contra Costa"
},
"06015": {
"state": "CA",
"name": "Del Norte"
},
"06017": {
"state": "CA",
"name": "El Dorado"
},
"06019": {
"state": "CA",
"name": "Fresno"
},
"51630": {
"state": "VA",
"name": "Fredericksburg"
},
"06087": {
"state": "CA",
"name": "Santa Cruz"
},
"27129": {
"state": "MN",
"name": "Renville"
},
"16003": {
"state": "ID",
"name": "Adams"
},
"39021": {
"state": "OH",
"name": "Champaign"
},
"16001": {
"state": "ID",
"name": "Ada"
},
"39027": {
"state": "OH",
"name": "Clinton"
},
"16007": {
"state": "ID",
"name": "Bear Lake"
},
"39025": {
"state": "OH",
"name": "Clermont"
},
"16005": {
"state": "ID",
"name": "Bannock"
},
"27121": {
"state": "MN",
"name": "Pope"
},
"27123": {
"state": "MN",
"name": "Ramsey"
},
"16009": {
"state": "ID",
"name": "Benewah"
},
"27125": {
"state": "MN",
"name": "Red Lake"
},
"27127": {
"state": "MN",
"name": "Redwood"
},
"48361": {
"state": "TX",
"name": "Orange"
},
"21139": {
"state": "KY",
"name": "Livingston"
},
"21131": {
"state": "KY",
"name": "Leslie"
},
"21133": {
"state": "KY",
"name": "Letcher"
},
"21135": {
"state": "KY",
"name": "Lewis"
},
"21137": {
"state": "KY",
"name": "Lincoln"
},
"12027": {
"state": "FL",
"name": "DeSoto"
},
"12021": {
"state": "FL",
"name": "Collier"
},
"12023": {
"state": "FL",
"name": "Columbia"
},
"46115": {
"state": "SD",
"name": "Spink"
},
"19087": {
"state": "IA",
"name": "Henry"
},
"12029": {
"state": "FL",
"name": "Dixie"
},
"46073": {
"state": "SD",
"name": "Jerauld"
},
"42127": {
"state": "PA",
"name": "Wayne"
},
"30081": {
"state": "MT",
"name": "Ravalli"
},
"42009": {
"state": "PA",
"name": "Bedford"
},
"46075": {
"state": "SD",
"name": "Jones"
},
"06085": {
"state": "CA",
"name": "Santa Clara"
},
"42005": {
"state": "PA",
"name": "Armstrong"
},
"46079": {
"state": "SD",
"name": "Lake"
},
"42003": {
"state": "PA",
"name": "Allegheny"
},
"42001": {
"state": "PA",
"name": "Adams"
},
"42121": {
"state": "PA",
"name": "Venango"
},
"51125": {
"state": "VA",
"name": "Nelson"
},
"42123": {
"state": "PA",
"name": "Warren"
},
"51121": {
"state": "VA",
"name": "Montgomery"
},
"48027": {
"state": "TX",
"name": "Bell"
},
"46053": {
"state": "SD",
"name": "Gregory"
},
"40069": {
"state": "OK",
"name": "Johnston"
},
"48023": {
"state": "TX",
"name": "Baylor"
},
"12111": {
"state": "FL",
"name": "St. Lucie"
},
"12113": {
"state": "FL",
"name": "Santa Rosa"
},
"12115": {
"state": "FL",
"name": "Sarasota"
},
"12117": {
"state": "FL",
"name": "Seminole"
},
"12119": {
"state": "FL",
"name": "Sumter"
},
"40063": {
"state": "OK",
"name": "Hughes"
},
"26059": {
"state": "MI",
"name": "Hillsdale"
},
"17199": {
"state": "IL",
"name": "Williamson"
},
"17197": {
"state": "IL",
"name": "Will"
},
"26053": {
"state": "MI",
"name": "Gogebic"
},
"17195": {
"state": "IL",
"name": "Whiteside"
},
"26051": {
"state": "MI",
"name": "Gladwin"
},
"17193": {
"state": "IL",
"name": "White"
},
"26057": {
"state": "MI",
"name": "Gratiot"
},
"17191": {
"state": "IL",
"name": "Wayne"
},
"26055": {
"state": "MI",
"name": "Grand Traverse"
},
"48209": {
"state": "TX",
"name": "Hays"
},
"48203": {
"state": "TX",
"name": "Harrison"
},
"40067": {
"state": "OK",
"name": "Jefferson"
},
"41069": {
"state": "OR",
"name": "Wheeler"
},
"48207": {
"state": "TX",
"name": "Haskell"
},
"48205": {
"state": "TX",
"name": "Hartley"
},
"17175": {
"state": "IL",
"name": "Stark"
},
"17177": {
"state": "IL",
"name": "Stephenson"
},
"17171": {
"state": "IL",
"name": "Scott"
},
"40065": {
"state": "OK",
"name": "Jackson"
},
"17173": {
"state": "IL",
"name": "Shelby"
},
"01077": {
"state": "AL",
"name": "Lauderdale"
},
"01075": {
"state": "AL",
"name": "Lamar"
},
"17179": {
"state": "IL",
"name": "Tazewell"
},
"01071": {
"state": "AL",
"name": "Jackson"
},
"51141": {
"state": "VA",
"name": "Patrick"
},
"48339": {
"state": "TX",
"name": "Montgomery"
},
"48337": {
"state": "TX",
"name": "Montague"
},
"48335": {
"state": "TX",
"name": "Mitchell"
},
"48333": {
"state": "TX",
"name": "Mills"
},
"48331": {
"state": "TX",
"name": "Milam"
},
"48117": {
"state": "TX",
"name": "Deaf Smith"
},
"48115": {
"state": "TX",
"name": "Dawson"
},
"48113": {
"state": "TX",
"name": "Dallas"
},
"48111": {
"state": "TX",
"name": "Dallam"
},
"40153": {
"state": "OK",
"name": "Woodward"
},
"40151": {
"state": "OK",
"name": "Woods"
},
"48119": {
"state": "TX",
"name": "Delta"
},
"36001": {
"state": "NY",
"name": "Albany"
},
"48417": {
"state": "TX",
"name": "Shackelford"
},
"48415": {
"state": "TX",
"name": "Scurry"
},
"13089": {
"state": "GA",
"name": "DeKalb"
},
"13085": {
"state": "GA",
"name": "Dawson"
},
"13087": {
"state": "GA",
"name": "Decatur"
},
"13081": {
"state": "GA",
"name": "Crisp"
},
"13083": {
"state": "GA",
"name": "Dade"
},
"26147": {
"state": "MI",
"name": "St. Clair"
},
"13243": {
"state": "GA",
"name": "Randolph"
},
"13241": {
"state": "GA",
"name": "Rabun"
},
"13247": {
"state": "GA",
"name": "Rockdale"
},
"13245": {
"state": "GA",
"name": "Richmond"
},
"36101": {
"state": "NY",
"name": "Steuben"
},
"13249": {
"state": "GA",
"name": "Schley"
},
"48411": {
"state": "TX",
"name": "San Saba"
},
"36105": {
"state": "NY",
"name": "Sullivan"
},
"36107": {
"state": "NY",
"name": "Tioga"
},
"34031": {
"state": "NJ",
"name": "Passaic"
},
"48063": {
"state": "TX",
"name": "Camp"
},
"48061": {
"state": "TX",
"name": "Cameron"
},
"48067": {
"state": "TX",
"name": "Cass"
},
"48065": {
"state": "TX",
"name": "Carson"
},
"48069": {
"state": "TX",
"name": "Castro"
},
"20043": {
"state": "KS",
"name": "Doniphan"
},
"20041": {
"state": "KS",
"name": "Dickinson"
},
"20047": {
"state": "KS",
"name": "Edwards"
},
"20045": {
"state": "KS",
"name": "Douglas"
},
"37189": {
"state": "NC",
"name": "Watauga"
},
"37187": {
"state": "NC",
"name": "Washington"
},
"20049": {
"state": "KS",
"name": "Elk"
},
"37185": {
"state": "NC",
"name": "Warren"
},
"37183": {
"state": "NC",
"name": "Wake"
},
"37181": {
"state": "NC",
"name": "Vance"
},
"01095": {
"state": "AL",
"name": "Marshall"
},
"01097": {
"state": "AL",
"name": "Mobile"
},
"01091": {
"state": "AL",
"name": "Marengo"
},
"34039": {
"state": "NJ",
"name": "Union"
},
"01093": {
"state": "AL",
"name": "Marion"
},
"01099": {
"state": "AL",
"name": "Monroe"
},
"18171": {
"state": "IN",
"name": "Warren"
},
"18173": {
"state": "IN",
"name": "Warrick"
},
"18175": {
"state": "IN",
"name": "Washington"
},
"18177": {
"state": "IN",
"name": "Wayne"
},
"18179": {
"state": "IN",
"name": "Wells"
},
"54035": {
"state": "WV",
"name": "Jackson"
},
"54037": {
"state": "WV",
"name": "Jefferson"
},
"54031": {
"state": "WV",
"name": "Hardy"
},
"54033": {
"state": "WV",
"name": "Harrison"
},
"54039": {
"state": "WV",
"name": "Kanawha"
},
"29131": {
"state": "MO",
"name": "Miller"
},
"29133": {
"state": "MO",
"name": "Mississippi"
},
"29135": {
"state": "MO",
"name": "Moniteau"
},
"29137": {
"state": "MO",
"name": "Monroe"
},
"29139": {
"state": "MO",
"name": "Montgomery"
},
"18085": {
"state": "IN",
"name": "Kosciusko"
},
"18087": {
"state": "IN",
"name": "LaGrange"
},
"18081": {
"state": "IN",
"name": "Johnson"
},
"18083": {
"state": "IN",
"name": "Knox"
},
"18089": {
"state": "IN",
"name": "Lake"
},
"48097": {
"state": "TX",
"name": "Cooke"
},
"31009": {
"state": "NE",
"name": "Blaine"
},
"40119": {
"state": "OK",
"name": "Payne"
},
"35059": {
"state": "NM",
"name": "Union"
},
"31005": {
"state": "NE",
"name": "Arthur"
},
"06083": {
"state": "CA",
"name": "Santa Barbara"
},
"31007": {
"state": "NE",
"name": "Banner"
},
"35055": {
"state": "NM",
"name": "Taos"
},
"31001": {
"state": "NE",
"name": "Adams"
},
"35053": {
"state": "NM",
"name": "Socorro"
},
"31003": {
"state": "NE",
"name": "Antelope"
},
"35051": {
"state": "NM",
"name": "Sierra"
},
"06081": {
"state": "CA",
"name": "San Mateo"
},
"45069": {
"state": "SC",
"name": "Marlboro"
},
"40115": {
"state": "OK",
"name": "Ottawa"
},
"55129": {
"state": "WI",
"name": "Washburn"
},
"11001": {
"state": "DC",
"name": "District of Columbia"
},
"48099": {
"state": "TX",
"name": "Coryell"
},
"55121": {
"state": "WI",
"name": "Trempealeau"
},
"55123": {
"state": "WI",
"name": "Vernon"
},
"55125": {
"state": "WI",
"name": "Vilas"
},
"55127": {
"state": "WI",
"name": "Walworth"
},
"28087": {
"state": "MS",
"name": "Lowndes"
},
"28085": {
"state": "MS",
"name": "Lincoln"
},
"28083": {
"state": "MS",
"name": "Leflore"
},
"28081": {
"state": "MS",
"name": "Lee"
},
"31179": {
"state": "NE",
"name": "Wayne"
},
"28089": {
"state": "MS",
"name": "Madison"
},
"48083": {
"state": "TX",
"name": "Coleman"
},
"51079": {
"state": "VA",
"name": "Greene"
},
"47009": {
"state": "TN",
"name": "Blount"
},
"47005": {
"state": "TN",
"name": "Benton"
},
"47007": {
"state": "TN",
"name": "Bledsoe"
},
"47001": {
"state": "TN",
"name": "Anderson"
},
"47003": {
"state": "TN",
"name": "Bedford"
},
"19111": {
"state": "IA",
"name": "Lee"
},
"39141": {
"state": "OH",
"name": "Ross"
},
"19113": {
"state": "IA",
"name": "Linn"
},
"39143": {
"state": "OH",
"name": "Sandusky"
},
"19115": {
"state": "IA",
"name": "Louisa"
},
"39145": {
"state": "OH",
"name": "Scioto"
},
"19117": {
"state": "IA",
"name": "Lucas"
},
"27009": {
"state": "MN",
"name": "Benton"
},
"19119": {
"state": "IA",
"name": "Lyon"
},
"27007": {
"state": "MN",
"name": "Beltrami"
},
"27005": {
"state": "MN",
"name": "Becker"
},
"27003": {
"state": "MN",
"name": "Anoka"
},
"27001": {
"state": "MN",
"name": "Aitkin"
},
"30097": {
"state": "MT",
"name": "Sweet Grass"
},
"51077": {
"state": "VA",
"name": "Grayson"
},
"49037": {
"state": "UT",
"name": "San Juan"
},
"51057": {
"state": "VA",
"name": "Essex"
},
"39153": {
"state": "OH",
"name": "Summit"
},
"49035": {
"state": "UT",
"name": "Salt Lake"
},
"51051": {
"state": "VA",
"name": "Dickenson"
},
"49033": {
"state": "UT",
"name": "Rich"
},
"51053": {
"state": "VA",
"name": "Dinwiddie"
},
"27139": {
"state": "MN",
"name": "Scott"
},
"19029": {
"state": "IA",
"name": "Cass"
},
"39039": {
"state": "OH",
"name": "Defiance"
},
"16039": {
"state": "ID",
"name": "Elmore"
},
"19025": {
"state": "IA",
"name": "Calhoun"
},
"27133": {
"state": "MN",
"name": "Rock"
},
"16035": {
"state": "ID",
"name": "Clearwater"
},
"27131": {
"state": "MN",
"name": "Rice"
},
"19021": {
"state": "IA",
"name": "Buena Vista"
},
"27137": {
"state": "MN",
"name": "St. Louis"
},
"19023": {
"state": "IA",
"name": "Butler"
},
"27135": {
"state": "MN",
"name": "Roseau"
},
"37139": {
"state": "NC",
"name": "Pasquotank"
},
"51800": {
"state": "VA",
"name": "Suffolk"
},
"51059": {
"state": "VA",
"name": "Fairfax"
},
"12051": {
"state": "FL",
"name": "Hendry"
},
"12053": {
"state": "FL",
"name": "Hernando"
},
"12055": {
"state": "FL",
"name": "Highlands"
},
"39159": {
"state": "OH",
"name": "Union"
},
"12057": {
"state": "FL",
"name": "Hillsborough"
},
"12059": {
"state": "FL",
"name": "Holmes"
},
"42019": {
"state": "PA",
"name": "Butler"
},
"46049": {
"state": "SD",
"name": "Faulk"
},
"46047": {
"state": "SD",
"name": "Fall River"
},
"42011": {
"state": "PA",
"name": "Berks"
},
"46045": {
"state": "SD",
"name": "Edmunds"
},
"42013": {
"state": "PA",
"name": "Blair"
},
"46043": {
"state": "SD",
"name": "Douglas"
},
"42015": {
"state": "PA",
"name": "Bradford"
},
"46041": {
"state": "SD",
"name": "Dewey"
},
"42017": {
"state": "PA",
"name": "Bucks"
},
"51159": {
"state": "VA",
"name": "Richmond"
},
"48347": {
"state": "TX",
"name": "Nacogdoches"
},
"51153": {
"state": "VA",
"name": "Prince William"
},
"51155": {
"state": "VA",
"name": "Pulaski"
},
"51157": {
"state": "VA",
"name": "Rappahannock"
},
"48345": {
"state": "TX",
"name": "Motley"
},
"48343": {
"state": "TX",
"name": "Morris"
},
"21097": {
"state": "KY",
"name": "Harrison"
},
"21095": {
"state": "KY",
"name": "Harlan"
},
"21093": {
"state": "KY",
"name": "Hardin"
},
"21091": {
"state": "KY",
"name": "Hancock"
},
"48341": {
"state": "TX",
"name": "Moore"
},
"55001": {
"state": "WI",
"name": "Adams"
},
"21099": {
"state": "KY",
"name": "Hart"
},
"26067": {
"state": "MI",
"name": "Ionia"
},
"05099": {
"state": "AR",
"name": "Nevada"
},
"26065": {
"state": "MI",
"name": "Ingham"
},
"26063": {
"state": "MI",
"name": "Huron"
},
"26061": {
"state": "MI",
"name": "Houghton"
},
"26069": {
"state": "MI",
"name": "Iosco"
},
"17189": {
"state": "IL",
"name": "Washington"
},
"17181": {
"state": "IL",
"name": "Union"
},
"17183": {
"state": "IL",
"name": "Vermilion"
},
"17185": {
"state": "IL",
"name": "Wabash"
},
"17187": {
"state": "IL",
"name": "Warren"
},
"01069": {
"state": "AL",
"name": "Houston"
},
"17165": {
"state": "IL",
"name": "Saline"
},
"17163": {
"state": "IL",
"name": "St. Clair"
},
"17161": {
"state": "IL",
"name": "Rock Island"
},
"01061": {
"state": "AL",
"name": "Geneva"
},
"01063": {
"state": "AL",
"name": "Greene"
},
"01065": {
"state": "AL",
"name": "Hale"
},
"01067": {
"state": "AL",
"name": "Henry"
},
"54085": {
"state": "WV",
"name": "Ritchie"
},
"48329": {
"state": "TX",
"name": "Midland"
},
"54087": {
"state": "WV",
"name": "Roane"
},
"48321": {
"state": "TX",
"name": "Matagorda"
},
"48323": {
"state": "TX",
"name": "Maverick"
},
"48325": {
"state": "TX",
"name": "Medina"
},
"48327": {
"state": "TX",
"name": "Menard"
},
"48101": {
"state": "TX",
"name": "Cottle"
},
"48103": {
"state": "TX",
"name": "Crane"
},
"48105": {
"state": "TX",
"name": "Crockett"
},
"48107": {
"state": "TX",
"name": "Crosby"
},
"48109": {
"state": "TX",
"name": "Culberson"
},
"48459": {
"state": "TX",
"name": "Upshur"
},
"13099": {
"state": "GA",
"name": "Early"
},
"13097": {
"state": "GA",
"name": "Douglas"
},
"13095": {
"state": "GA",
"name": "Dougherty"
},
"13093": {
"state": "GA",
"name": "Dooly"
},
"13091": {
"state": "GA",
"name": "Dodge"
},
"48215": {
"state": "TX",
"name": "Hidalgo"
},
"36119": {
"state": "NY",
"name": "Westchester"
},
"13259": {
"state": "GA",
"name": "Stewart"
},
"48213": {
"state": "TX",
"name": "Henderson"
},
"13255": {
"state": "GA",
"name": "Spalding"
},
"13257": {
"state": "GA",
"name": "Stephens"
},
"13251": {
"state": "GA",
"name": "Screven"
},
"13253": {
"state": "GA",
"name": "Seminole"
},
"37097": {
"state": "NC",
"name": "Iredell"
},
"48079": {
"state": "TX",
"name": "Cochran"
},
"48075": {
"state": "TX",
"name": "Childress"
},
"48077": {
"state": "TX",
"name": "Clay"
},
"48071": {
"state": "TX",
"name": "Chambers"
},
"48073": {
"state": "TX",
"name": "Cherokee"
},
"24025": {
"state": "MD",
"name": "Harford"
},
"53001": {
"state": "WA",
"name": "Adams"
},
"24027": {
"state": "MD",
"name": "Howard"
},
"24021": {
"state": "MD",
"name": "Frederick"
},
"20059": {
"state": "KS",
"name": "Franklin"
},
"24023": {
"state": "MD",
"name": "Garrett"
},
"20055": {
"state": "KS",
"name": "Finney"
},
"20057": {
"state": "KS",
"name": "Ford"
},
"24029": {
"state": "MD",
"name": "Kent"
},
"20051": {
"state": "KS",
"name": "Ellis"
},
"20053": {
"state": "KS",
"name": "Ellsworth"
},
"01087": {
"state": "AL",
"name": "Macon"
},
"01085": {
"state": "AL",
"name": "Lowndes"
},
"01083": {
"state": "AL",
"name": "Limestone"
},
"01081": {
"state": "AL",
"name": "Lee"
},
"53005": {
"state": "WA",
"name": "Benton"
},
"40149": {
"state": "OK",
"name": "Washita"
},
"01089": {
"state": "AL",
"name": "Madison"
},
"05149": {
"state": "AR",
"name": "Yell"
},
"18181": {
"state": "IN",
"name": "White"
},
"18183": {
"state": "IN",
"name": "Whitley"
},
"05147": {
"state": "AR",
"name": "Woodruff"
},
"54025": {
"state": "WV",
"name": "Greenbrier"
},
"54023": {
"state": "WV",
"name": "Grant"
},
"54021": {
"state": "WV",
"name": "Gilmer"
},
"55037": {
"state": "WI",
"name": "Florence"
},
"54029": {
"state": "WV",
"name": "Hancock"
},
"53003": {
"state": "WA",
"name": "Asotin"
},
"30015": {
"state": "MT",
"name": "Chouteau"
},
"30017": {
"state": "MT",
"name": "Custer"
},
"30011": {
"state": "MT",
"name": "Carter"
},
"30013": {
"state": "MT",
"name": "Cascade"
},
"31019": {
"state": "NE",
"name": "Buffalo"
},
"31017": {
"state": "NE",
"name": "Brown"
},
"35061": {
"state": "NM",
"name": "Valencia"
},
"31015": {
"state": "NE",
"name": "Boyd"
},
"30019": {
"state": "MT",
"name": "Daniels"
},
"31013": {
"state": "NE",
"name": "Box Butte"
},
"31011": {
"state": "NE",
"name": "Boone"
},
"15007": {
"state": "HI",
"name": "Kauai"
},
"48507": {
"state": "TX",
"name": "Zavala"
},
"15003": {
"state": "HI",
"name": "Honolulu"
},
"30065": {
"state": "MT",
"name": "Musselshell"
},
"15001": {
"state": "HI",
"name": "Hawaii"
},
"15009": {
"state": "HI",
"name": "Maui"
},
"51069": {
"state": "VA",
"name": "Frederick"
},
"39023": {
"state": "OH",
"name": "Clark"
},
"23011": {
"state": "ME",
"name": "Kennebec"
},
"28091": {
"state": "MS",
"name": "Marion"
},
"23013": {
"state": "ME",
"name": "Knox"
},
"28093": {
"state": "MS",
"name": "Marshall"
},
"23015": {
"state": "ME",
"name": "Lincoln"
},
"28095": {
"state": "MS",
"name": "Monroe"
},
"23017": {
"state": "ME",
"name": "Oxford"
},
"28097": {
"state": "MS",
"name": "Montgomery"
},
"23019": {
"state": "ME",
"name": "Penobscot"
},
"28099": {
"state": "MS",
"name": "Neshoba"
},
"31169": {
"state": "NE",
"name": "Thayer"
},
"54053": {
"state": "WV",
"name": "Mason"
},
"47079": {
"state": "TN",
"name": "Henry"
},
"49025": {
"state": "UT",
"name": "Kane"
},
"47071": {
"state": "TN",
"name": "Hardin"
},
"47073": {
"state": "TN",
"name": "Hawkins"
},
"47075": {
"state": "TN",
"name": "Haywood"
},
"39029": {
"state": "OH",
"name": "Columbiana"
},
"47077": {
"state": "TN",
"name": "Henderson"
},
"55061": {
"state": "WI",
"name": "Kewaunee"
},
"19103": {
"state": "IA",
"name": "Johnson"
},
"27039": {
"state": "MN",
"name": "Dodge"
},
"19101": {
"state": "IA",
"name": "Jefferson"
},
"51036": {
"state": "VA",
"name": "Charles City"
},
"19107": {
"state": "IA",
"name": "Keokuk"
},
"55067": {
"state": "WI",
"name": "Langlade"
},
"19105": {
"state": "IA",
"name": "Jones"
},
"27033": {
"state": "MN",
"name": "Cottonwood"
},
"51735": {
"state": "VA",
"name": "Poquoson"
},
"27031": {
"state": "MN",
"name": "Cook"
},
"19109": {
"state": "IA",
"name": "Kossuth"
},
"27037": {
"state": "MN",
"name": "Dakota"
},
"27035": {
"state": "MN",
"name": "Crow Wing"
},
"47105": {
"state": "TN",
"name": "Loudon"
},
"47107": {
"state": "TN",
"name": "McMinn"
},
"47101": {
"state": "TN",
"name": "Lewis"
},
"47103": {
"state": "TN",
"name": "Lincoln"
},
"47109": {
"state": "TN",
"name": "McNairy"
},
"27107": {
"state": "MN",
"name": "Norman"
},
"27105": {
"state": "MN",
"name": "Nobles"
},
"27103": {
"state": "MN",
"name": "Nicollet"
},
"27101": {
"state": "MN",
"name": "Murray"
},
"29067": {
"state": "MO",
"name": "Douglas"
},
"27109": {
"state": "MN",
"name": "Olmsted"
},
"39049": {
"state": "OH",
"name": "Franklin"
},
"16029": {
"state": "ID",
"name": "Caribou"
},
"19039": {
"state": "IA",
"name": "Clarke"
},
"39041": {
"state": "OH",
"name": "Delaware"
},
"16021": {
"state": "ID",
"name": "Boundary"
},
"39043": {
"state": "OH",
"name": "Erie"
},
"19035": {
"state": "IA",
"name": "Cherokee"
},
"39045": {
"state": "OH",
"name": "Fairfield"
},
"19033": {
"state": "IA",
"name": "Cerro Gordo"
},
"39047": {
"state": "OH",
"name": "Fayette"
},
"19031": {
"state": "IA",
"name": "Cedar"
},
"51810": {
"state": "VA",
"name": "Virginia Beach"
},
"33015": {
"state": "NH",
"name": "Rockingham"
},
"48373": {
"state": "TX",
"name": "Polk"
},
"12043": {
"state": "FL",
"name": "Glades"
},
"12041": {
"state": "FL",
"name": "Gilchrist"
},
"12047": {
"state": "FL",
"name": "Hamilton"
},
"48395": {
"state": "TX",
"name": "Robertson"
},
"12045": {
"state": "FL",
"name": "Gulf"
},
"12049": {
"state": "FL",
"name": "Hardee"
},
"33011": {
"state": "NH",
"name": "Hillsborough"
},
"46059": {
"state": "SD",
"name": "Hand"
},
"46051": {
"state": "SD",
"name": "Grant"
},
"01009": {
"state": "AL",
"name": "Blount"
},
"46055": {
"state": "SD",
"name": "Haakon"
},
"46057": {
"state": "SD",
"name": "Hamlin"
},
"37029": {
"state": "NC",
"name": "Camden"
},
"51149": {
"state": "VA",
"name": "Prince George"
},
"13149": {
"state": "GA",
"name": "Heard"
},
"51143": {
"state": "VA",
"name": "Pittsylvania"
},
"29069": {
"state": "MO",
"name": "Dunklin"
},
"51147": {
"state": "VA",
"name": "Prince Edward"
},
"56021": {
"state": "WY",
"name": "Laramie"
},
"51145": {
"state": "VA",
"name": "Powhatan"
},
"33019": {
"state": "NH",
"name": "Sullivan"
},
"21081": {
"state": "KY",
"name": "Grant"
},
"48397": {
"state": "TX",
"name": "Rockwall"
},
"21083": {
"state": "KY",
"name": "Graves"
},
"21085": {
"state": "KY",
"name": "Grayson"
},
"21087": {
"state": "KY",
"name": "Green"
},
"21089": {
"state": "KY",
"name": "Greenup"
},
"51830": {
"state": "VA",
"name": "Williamsburg"
},
"26071": {
"state": "MI",
"name": "Iron"
},
"26073": {
"state": "MI",
"name": "Isabella"
},
"26075": {
"state": "MI",
"name": "Jackson"
},
"26077": {
"state": "MI",
"name": "Kalamazoo"
},
"26079": {
"state": "MI",
"name": "Kalkaska"
},
"42103": {
"state": "PA",
"name": "Pike"
},
"51063": {
"state": "VA",
"name": "Floyd"
},
"17153": {
"state": "IL",
"name": "Pulaski"
},
"48269": {
"state": "TX",
"name": "King"
},
"17151": {
"state": "IL",
"name": "Pope"
},
"46071": {
"state": "SD",
"name": "Jackson"
},
"17157": {
"state": "IL",
"name": "Randolph"
},
"17155": {
"state": "IL",
"name": "Putnam"
},
"48181": {
"state": "TX",
"name": "Grayson"
},
"05091": {
"state": "AR",
"name": "Miller"
},
"17159": {
"state": "IL",
"name": "Richland"
},
"05095": {
"state": "AR",
"name": "Monroe"
},
"05097": {
"state": "AR",
"name": "Montgomery"
},
"46077": {
"state": "SD",
"name": "Kingsbury"
},
"36047": {
"state": "NY",
"name": "Brooklyn"
},
"13319": {
"state": "GA",
"name": "Wilkinson"
},
"13315": {
"state": "GA",
"name": "Wilcox"
},
"13317": {
"state": "GA",
"name": "Wilkes"
},
"13311": {
"state": "GA",
"name": "White"
},
"13313": {
"state": "GA",
"name": "Whitfield"
},
"48185": {
"state": "TX",
"name": "Grimes"
},
"17081": {
"state": "IL",
"name": "Jefferson"
},
"42007": {
"state": "PA",
"name": "Beaver"
},
"17083": {
"state": "IL",
"name": "Jersey"
},
"17085": {
"state": "IL",
"name": "JoDaviess"
},
"17087": {
"state": "IL",
"name": "Johnson"
},
"17089": {
"state": "IL",
"name": "Kane"
},
"05145": {
"state": "AR",
"name": "White"
},
"42109": {
"state": "PA",
"name": "Snyder"
},
"05143": {
"state": "AR",
"name": "Washington"
},
"05141": {
"state": "AR",
"name": "Van Buren"
},
"49027": {
"state": "UT",
"name": "Millard"
},
"48469": {
"state": "TX",
"name": "Victoria"
},
"48467": {
"state": "TX",
"name": "Van Zandt"
},
"48465": {
"state": "TX",
"name": "Val Verde"
},
"45063": {
"state": "SC",
"name": "Lexington"
},
"48463": {
"state": "TX",
"name": "Uvalde"
},
"48461": {
"state": "TX",
"name": "Upton"
},
"20119": {
"state": "KS",
"name": "Meade"
},
"20115": {
"state": "KS",
"name": "Marion"
},
"20117": {
"state": "KS",
"name": "Marshall"
},
"20111": {
"state": "KS",
"name": "Lyon"
},
"20113": {
"state": "KS",
"name": "McPherson"
},
"36123": {
"state": "NY",
"name": "Yates"
},
"36121": {
"state": "NY",
"name": "Wyoming"
},
"13229": {
"state": "GA",
"name": "Pierce"
},
"48263": {
"state": "TX",
"name": "Kent"
},
"48265": {
"state": "TX",
"name": "Kerr"
},
"48267": {
"state": "TX",
"name": "Kimble"
},
"13221": {
"state": "GA",
"name": "Oglethorpe"
},
"13223": {
"state": "GA",
"name": "Paulding"
},
"13225": {
"state": "GA",
"name": "Peach"
},
"13227": {
"state": "GA",
"name": "Pickens"
},
"55091": {
"state": "WI",
"name": "Pepin"
},
"40049": {
"state": "OK",
"name": "Garvin"
},
"55059": {
"state": "WI",
"name": "Kenosha"
},
"40045": {
"state": "OK",
"name": "Ellis"
},
"40047": {
"state": "OK",
"name": "Garfield"
},
"40041": {
"state": "OK",
"name": "Delaware"
},
"40043": {
"state": "OK",
"name": "Dewey"
},
"48009": {
"state": "TX",
"name": "Archer"
},
"48001": {
"state": "TX",
"name": "Anderson"
},
"48003": {
"state": "TX",
"name": "Andrews"
},
"48005": {
"state": "TX",
"name": "Angelina"
},
"48007": {
"state": "TX",
"name": "Aransas"
},
"20029": {
"state": "KS",
"name": "Cloud"
},
"24037": {
"state": "MD",
"name": "St. Mary's"
},
"24035": {
"state": "MD",
"name": "Queen Anne's"
},
"24033": {
"state": "MD",
"name": "Prince George's"
},
"24031": {
"state": "MD",
"name": "Montgomery"
},
"20021": {
"state": "KS",
"name": "Cherokee"
},
"20023": {
"state": "KS",
"name": "Cheyenne"
},
"20025": {
"state": "KS",
"name": "Clark"
},
"20027": {
"state": "KS",
"name": "Clay"
},
"24039": {
"state": "MD",
"name": "Somerset"
},
"13135": {
"state": "GA",
"name": "Gwinnett"
},
"13137": {
"state": "GA",
"name": "Habersham"
},
"13131": {
"state": "GA",
"name": "Grady"
},
"13133": {
"state": "GA",
"name": "Greene"
},
"55051": {
"state": "WI",
"name": "Iron"
},
"40139": {
"state": "OK",
"name": "Texas"
},
"13139": {
"state": "GA",
"name": "Hall"
},
"55053": {
"state": "WI",
"name": "Jackson"
},
"56017": {
"state": "WY",
"name": "Hot Springs"
},
"54013": {
"state": "WV",
"name": "Calhoun"
},
"54011": {
"state": "WV",
"name": "Cabell"
},
"54017": {
"state": "WV",
"name": "Doddridge"
},
"54015": {
"state": "WV",
"name": "Clay"
},
"54019": {
"state": "WV",
"name": "Fayette"
},
"48485": {
"state": "TX",
"name": "Wichita"
},
"48487": {
"state": "TX",
"name": "Wilbarger"
},
"38019": {
"state": "ND",
"name": "Cavalier"
},
"48483": {
"state": "TX",
"name": "Wheeler"
},
"38015": {
"state": "ND",
"name": "Burleigh"
},
"38017": {
"state": "ND",
"name": "Cass"
},
"05049": {
"state": "AR",
"name": "Fulton"
},
"38011": {
"state": "ND",
"name": "Bowman"
},
"38013": {
"state": "ND",
"name": "Burke"
},
"05047": {
"state": "AR",
"name": "Franklin"
},
"48169": {
"state": "TX",
"name": "Garza"
},
"30007": {
"state": "MT",
"name": "Broadwater"
},
"31029": {
"state": "NE",
"name": "Chase"
},
"30005": {
"state": "MT",
"name": "Blaine"
},
"30003": {
"state": "MT",
"name": "Big Horn"
},
"30001": {
"state": "MT",
"name": "Beaverhead"
},
"31023": {
"state": "NE",
"name": "Butler"
},
"56019": {
"state": "WY",
"name": "Johnson"
},
"31021": {
"state": "NE",
"name": "Burt"
},
"31027": {
"state": "NE",
"name": "Cedar"
},
"31025": {
"state": "NE",
"name": "Cass"
},
"30009": {
"state": "MT",
"name": "Carbon"
},
"55027": {
"state": "WI",
"name": "Dodge"
},
"51540": {
"state": "VA",
"name": "Charlottesville"
},
"23003": {
"state": "ME",
"name": "Aroostook"
},
"23001": {
"state": "ME",
"name": "Androscoggin"
},
"28069": {
"state": "MS",
"name": "Kemper"
},
"23007": {
"state": "ME",
"name": "Franklin"
},
"31159": {
"state": "NE",
"name": "Seward"
},
"23005": {
"state": "ME",
"name": "Cumberland"
},
"28065": {
"state": "MS",
"name": "Jeff Davis"
},
"28067": {
"state": "MS",
"name": "Jones"
},
"23009": {
"state": "ME",
"name": "Hancock"
},
"28061": {
"state": "MS",
"name": "Jasper"
},
"28063": {
"state": "MS",
"name": "Jefferson"
},
"27025": {
"state": "MN",
"name": "Chisago"
},
"27027": {
"state": "MN",
"name": "Clay"
},
"27021": {
"state": "MN",
"name": "Cass"
},
"27023": {
"state": "MN",
"name": "Chippewa"
},
"47063": {
"state": "TN",
"name": "Hamblen"
},
"47061": {
"state": "TN",
"name": "Grundy"
},
"27029": {
"state": "MN",
"name": "Clearwater"
},
"47065": {
"state": "TN",
"name": "Hamilton"
},
"40131": {
"state": "OK",
"name": "Rogers"
},
"55071": {
"state": "WI",
"name": "Manitowoc"
},
"55077": {
"state": "WI",
"name": "Marquette"
},
"19139": {
"state": "IA",
"name": "Muscatine"
},
"55075": {
"state": "WI",
"name": "Marinette"
},
"19137": {
"state": "IA",
"name": "Montgomery"
},
"19135": {
"state": "IA",
"name": "Monroe"
},
"55079": {
"state": "WI",
"name": "Milwaukee"
},
"19133": {
"state": "IA",
"name": "Monona"
},
"40133": {
"state": "OK",
"name": "Seminole"
},
"19131": {
"state": "IA",
"name": "Mitchell"
},
"40135": {
"state": "OK",
"name": "Sequoyah"
},
"50021": {
"state": "VT",
"name": "Rutland"
},
"50027": {
"state": "VT",
"name": "Windsor"
},
"50025": {
"state": "VT",
"name": "Windham"
},
"40137": {
"state": "OK",
"name": "Stephens"
},
"47117": {
"state": "TN",
"name": "Marshall"
},
"47115": {
"state": "TN",
"name": "Marion"
},
"47113": {
"state": "TN",
"name": "Madison"
},
"13035": {
"state": "GA",
"name": "Butts"
},
"47119": {
"state": "TN",
"name": "Maury"
},
"27111": {
"state": "MN",
"name": "Otter Tail"
},
"27113": {
"state": "MN",
"name": "Pennington"
},
"27115": {
"state": "MN",
"name": "Pine"
},
"27117": {
"state": "MN",
"name": "Pipestone"
},
"27119": {
"state": "MN",
"name": "Polk"
},
"40035": {
"state": "OK",
"name": "Craig"
},
"28115": {
"state": "MS",
"name": "Pontotoc"
},
"19009": {
"state": "IA",
"name": "Audubon"
},
"39059": {
"state": "OH",
"name": "Guernsey"
},
"28111": {
"state": "MS",
"name": "Perry"
},
"28113": {
"state": "MS",
"name": "Pike"
},
"19003": {
"state": "IA",
"name": "Adams"
},
"39053": {
"state": "OH",
"name": "Gallia"
},
"19001": {
"state": "IA",
"name": "Adair"
},
"39051": {
"state": "OH",
"name": "Fulton"
},
"19007": {
"state": "IA",
"name": "Appanoose"
},
"39057": {
"state": "OH",
"name": "Greene"
},
"19005": {
"state": "IA",
"name": "Allamakee"
},
"39055": {
"state": "OH",
"name": "Geauga"
},
"12079": {
"state": "FL",
"name": "Madison"
},
"12077": {
"state": "FL",
"name": "Liberty"
},
"12075": {
"state": "FL",
"name": "Levy"
},
"12073": {
"state": "FL",
"name": "Leon"
},
"12071": {
"state": "FL",
"name": "Lee"
},
"51177": {
"state": "VA",
"name": "Spotsylvania"
},
"49011": {
"state": "UT",
"name": "Davis"
},
"51175": {
"state": "VA",
"name": "Southampton"
},
"51173": {
"state": "VA",
"name": "Smyth"
},
"51171": {
"state": "VA",
"name": "Shenandoah"
},
"49013": {
"state": "UT",
"name": "Duchesne"
},
"51179": {
"state": "VA",
"name": "Stafford"
},
"51775": {
"state": "VA",
"name": "Salem"
},
"42093": {
"state": "PA",
"name": "Montour"
},
"51770": {
"state": "VA",
"name": "Roanoke City"
},
"48449": {
"state": "TX",
"name": "Titus"
},
"49015": {
"state": "UT",
"name": "Emery"
},
"46083": {
"state": "SD",
"name": "Lincoln"
},
"46081": {
"state": "SD",
"name": "Lawrence"
},
"46087": {
"state": "SD",
"name": "McCook"
},
"49017": {
"state": "UT",
"name": "Garfield"
},
"46085": {
"state": "SD",
"name": "Lyman"
},
"49055": {
"state": "UT",
"name": "Wayne"
},
"46089": {
"state": "SD",
"name": "McPherson"
},
"49051": {
"state": "UT",
"name": "Wasatch"
},
"49053": {
"state": "UT",
"name": "Washington"
},
"21079": {
"state": "KY",
"name": "Garrard"
},
"21075": {
"state": "KY",
"name": "Fulton"
},
"21077": {
"state": "KY",
"name": "Gallatin"
},
"21071": {
"state": "KY",
"name": "Floyd"
},
"21073": {
"state": "KY",
"name": "Franklin"
},
"26089": {
"state": "MI",
"name": "Leelanau"
},
"26085": {
"state": "MI",
"name": "Lake"
},
"26087": {
"state": "MI",
"name": "Lapeer"
},
"26081": {
"state": "MI",
"name": "Kent"
},
"26083": {
"state": "MI",
"name": "Keweenaw"
},
"21219": {
"state": "KY",
"name": "Todd"
},
"05089": {
"state": "AR",
"name": "Marion"
},
"17149": {
"state": "IL",
"name": "Pike"
},
"21211": {
"state": "KY",
"name": "Shelby"
},
"05083": {
"state": "AR",
"name": "Logan"
},
"21213": {
"state": "KY",
"name": "Simpson"
},
"05081": {
"state": "AR",
"name": "Little River"
},
"21215": {
"state": "KY",
"name": "Spencer"
},
"05087": {
"state": "AR",
"name": "Madison"
},
"21217": {
"state": "KY",
"name": "Taylor"
},
"05085": {
"state": "AR",
"name": "Lonoke"
},
"21189": {
"state": "KY",
"name": "Owsley"
},
"13309": {
"state": "GA",
"name": "Wheeler"
},
"21181": {
"state": "KY",
"name": "Nicholas"
},
"13307": {
"state": "GA",
"name": "Webster"
},
"21183": {
"state": "KY",
"name": "Ohio"
},
"13305": {
"state": "GA",
"name": "Wayne"
},
"21185": {
"state": "KY",
"name": "Oldham"
},
"13303": {
"state": "GA",
"name": "Washington"
},
"21187": {
"state": "KY",
"name": "Owen"
},
"13301": {
"state": "GA",
"name": "Warren"
},
"12095": {
"state": "FL",
"name": "Orange"
},
"17093": {
"state": "IL",
"name": "Kendall"
},
"12097": {
"state": "FL",
"name": "Osceola"
},
"17091": {
"state": "IL",
"name": "Kankakee"
},
"12091": {
"state": "FL",
"name": "Okaloosa"
},
"17097": {
"state": "IL",
"name": "Lake"
},
"12093": {
"state": "FL",
"name": "Okeechobee"
},
"17095": {
"state": "IL",
"name": "Knox"
},
"17099": {
"state": "IL",
"name": "LaSalle"
},
"12099": {
"state": "FL",
"name": "Palm Beach"
},
"48201": {
"state": "TX",
"name": "Harris"
},
"48479": {
"state": "TX",
"name": "Webb"
},
"48471": {
"state": "TX",
"name": "Walker"
},
"48473": {
"state": "TX",
"name": "Waller"
},
"48475": {
"state": "TX",
"name": "Ward"
},
"48477": {
"state": "TX",
"name": "Washington"
},
"55025": {
"state": "WI",
"name": "Dane"
},
"20109": {
"state": "KS",
"name": "Logan"
},
"20107": {
"state": "KS",
"name": "Linn"
},
"20105": {
"state": "KS",
"name": "Lincoln"
},
"20103": {
"state": "KS",
"name": "Leavenworth"
},
"20101": {
"state": "KS",
"name": "Lane"
},
"51075": {
"state": "VA",
"name": "Goochland"
},
"55021": {
"state": "WI",
"name": "Columbia"
},
"51073": {
"state": "VA",
"name": "Gloucester"
},
"48273": {
"state": "TX",
"name": "Kleberg"
},
"13239": {
"state": "GA",
"name": "Quitman"
},
"48277": {
"state": "TX",
"name": "Lamar"
},
"48275": {
"state": "TX",
"name": "Knox"
},
"13233": {
"state": "GA",
"name": "Polk"
},
"13231": {
"state": "GA",
"name": "Pike"
},
"13237": {
"state": "GA",
"name": "Putnam"
},
"13235": {
"state": "GA",
"name": "Pulaski"
},
"41055": {
"state": "OR",
"name": "Sherman"
},
"41057": {
"state": "OR",
"name": "Tillamook"
},
"41051": {
"state": "OR",
"name": "Multnomah"
},
"01079": {
"state": "AL",
"name": "Lawrence"
},
"41053": {
"state": "OR",
"name": "Polk"
},
"40059": {
"state": "OK",
"name": "Harper"
},
"44005": {
"state": "RI",
"name": "Newport"
},
"40057": {
"state": "OK",
"name": "Harmon"
},
"44007": {
"state": "RI",
"name": "Providence"
},
"08125": {
"state": "CO",
"name": "Yuma"
},
"41059": {
"state": "OR",
"name": "Umatilla"
},
"08123": {
"state": "CO",
"name": "Weld"
},
"44003": {
"state": "RI",
"name": "Kent"
},
"08121": {
"state": "CO",
"name": "Washington"
},
"48019": {
"state": "TX",
"name": "Bandera"
},
"29099": {
"state": "MO",
"name": "Jefferson"
},
"29097": {
"state": "MO",
"name": "Jasper"
},
"48013": {
"state": "TX",
"name": "Atascosa"
},
"29095": {
"state": "MO",
"name": "Jackson"
},
"48011": {
"state": "TX",
"name": "Armstrong"
},
"29093": {
"state": "MO",
"name": "Iron"
},
"48017": {
"state": "TX",
"name": "Bailey"
},
"29091": {
"state": "MO",
"name": "Howell"
},
"48015": {
"state": "TX",
"name": "Austin"
},
"24003": {
"state": "MD",
"name": "Anne Arundel"
},
"24001": {
"state": "MD",
"name": "Allegany"
},
"20039": {
"state": "KS",
"name": "Decatur"
},
"24005": {
"state": "MD",
"name": "Baltimore"
},
"20033": {
"state": "KS",
"name": "Comanche"
},
"24009": {
"state": "MD",
"name": "Calvert"
},
"20031": {
"state": "KS",
"name": "Coffey"
},
"20037": {
"state": "KS",
"name": "Crawford"
},
"20035": {
"state": "KS",
"name": "Cowley"
},
"37087": {
"state": "NC",
"name": "Haywood"
},
"13127": {
"state": "GA",
"name": "Glynn"
},
"37085": {
"state": "NC",
"name": "Harnett"
},
"13125": {
"state": "GA",
"name": "Glascock"
},
"37083": {
"state": "NC",
"name": "Halifax"
},
"13123": {
"state": "GA",
"name": "Gilmer"
},
"37081": {
"state": "NC",
"name": "Guilford"
},
"13121": {
"state": "GA",
"name": "Fulton"
},
"40129": {
"state": "OK",
"name": "Roger Mills"
},
"37089": {
"state": "NC",
"name": "Henderson"
},
"13129": {
"state": "GA",
"name": "Gordon"
},
"54009": {
"state": "WV",
"name": "Brooke"
},
"54005": {
"state": "WV",
"name": "Boone"
},
"54007": {
"state": "WV",
"name": "Braxton"
},
"54001": {
"state": "WV",
"name": "Barbour"
},
"54003": {
"state": "WV",
"name": "Berkeley"
},
"48497": {
"state": "TX",
"name": "Wise"
},
"48495": {
"state": "TX",
"name": "Winkler"
},
"48493": {
"state": "TX",
"name": "Wilson"
},
"38009": {
"state": "ND",
"name": "Bottineau"
},
"38007": {
"state": "ND",
"name": "Billings"
},
"48167": {
"state": "TX",
"name": "Galveston"
},
"38005": {
"state": "ND",
"name": "Benson"
},
"38003": {
"state": "ND",
"name": "Barnes"
},
"38001": {
"state": "ND",
"name": "Adams"
},
"30033": {
"state": "MT",
"name": "Garfield"
},
"30031": {
"state": "MT",
"name": "Gallatin"
},
"30037": {
"state": "MT",
"name": "Golden Valley"
},
"30035": {
"state": "MT",
"name": "Glacier"
},
"30039": {
"state": "MT",
"name": "Granite"
},
"18035": {
"state": "IN",
"name": "Delaware"
},
"18037": {
"state": "IN",
"name": "Dubois"
},
"18031": {
"state": "IN",
"name": "Decatur"
},
"18033": {
"state": "IN",
"name": "DeKalb"
},
"48489": {
"state": "TX",
"name": "Willacy"
},
"18039": {
"state": "IN",
"name": "Elkhart"
},
"29075": {
"state": "MO",
"name": "Gentry"
},
"31149": {
"state": "NE",
"name": "Rock"
},
"29077": {
"state": "MO",
"name": "Greene"
},
"29071": {
"state": "MO",
"name": "Franklin"
},
"29073": {
"state": "MO",
"name": "Gasconade"
},
"28079": {
"state": "MS",
"name": "Leake"
},
"28077": {
"state": "MS",
"name": "Lawrence"
},
"28075": {
"state": "MS",
"name": "Lauderdale"
},
"29079": {
"state": "MO",
"name": "Grundy"
},
"28073": {
"state": "MS",
"name": "Lamar"
},
"23031": {
"state": "ME",
"name": "York"
},
"28071": {
"state": "MS",
"name": "Lafayette"
},
"47057": {
"state": "TN",
"name": "Grainger"
},
"47055": {
"state": "TN",
"name": "Giles"
},
"47053": {
"state": "TN",
"name": "Gibson"
},
"47051": {
"state": "TN",
"name": "Franklin"
},
"47059": {
"state": "TN",
"name": "Greene"
},
"27051": {
"state": "MN",
"name": "Grant"
},
"40021": {
"state": "OK",
"name": "Cherokee"
},
"27053": {
"state": "MN",
"name": "Hennepin"
},
"06039": {
"state": "CA",
"name": "Madera"
},
"27055": {
"state": "MN",
"name": "Houston"
},
"27057": {
"state": "MN",
"name": "Hubbard"
},
"27059": {
"state": "MN",
"name": "Isanti"
},
"50017": {
"state": "VT",
"name": "Orange"
},
"19129": {
"state": "IA",
"name": "Mills"
},
"50015": {
"state": "VT",
"name": "Lamoille"
},
"50013": {
"state": "VT",
"name": "Grand Isle"
},
"50011": {
"state": "VT",
"name": "Franklin"
},
"55047": {
"state": "WI",
"name": "Green Lake"
},
"19121": {
"state": "IA",
"name": "Madison"
},
"55045": {
"state": "WI",
"name": "Green"
},
"19123": {
"state": "IA",
"name": "Mahaska"
},
"55043": {
"state": "WI",
"name": "Grant"
},
"19125": {
"state": "IA",
"name": "Marion"
},
"50019": {
"state": "VT",
"name": "Orleans"
},
"19127": {
"state": "IA",
"name": "Marshall"
},
"35001": {
"state": "NM",
"name": "Bernalillo"
},
"31035": {
"state": "NE",
"name": "Clay"
},
"35003": {
"state": "NM",
"name": "Catron"
},
"31037": {
"state": "NE",
"name": "Colfax"
},
"35005": {
"state": "NM",
"name": "Chaves"
},
"31031": {
"state": "NE",
"name": "Cherry"
},
"35007": {
"state": "NM",
"name": "Colfax"
},
"31033": {
"state": "NE",
"name": "Cheyenne"
},
"35009": {
"state": "NM",
"name": "Curry"
},
"31039": {
"state": "NE",
"name": "Cuming"
},
"48441": {
"state": "TX",
"name": "Taylor"
},
"46123": {
"state": "SD",
"name": "Tripp"
},
"48443": {
"state": "TX",
"name": "Terrell"
},
"46125": {
"state": "SD",
"name": "Turner"
},
"47123": {
"state": "TN",
"name": "Monroe"
},
"47121": {
"state": "TN",
"name": "Meigs"
},
"47127": {
"state": "TN",
"name": "Moore"
},
"47125": {
"state": "TN",
"name": "Montgomery"
},
"48445": {
"state": "TX",
"name": "Terry"
},
"47129": {
"state": "TN",
"name": "Morgan"
},
"46127": {
"state": "SD",
"name": "Union"
},
"39067": {
"state": "OH",
"name": "Harrison"
},
"19015": {
"state": "IA",
"name": "Boone"
},
"39065": {
"state": "OH",
"name": "Hardin"
},
"19017": {
"state": "IA",
"name": "Bremer"
},
"39063": {
"state": "OH",
"name": "Hancock"
},
"19011": {
"state": "IA",
"name": "Benton"
},
"39061": {
"state": "OH",
"name": "Hamilton"
},
"19013": {
"state": "IA",
"name": "Black Hawk"
},
"19019": {
"state": "IA",
"name": "Buchanan"
},
"39069": {
"state": "OH",
"name": "Henry"
},
"28107": {
"state": "MS",
"name": "Panola"
},
"28105": {
"state": "MS",
"name": "Oktibbeha"
},
"28103": {
"state": "MS",
"name": "Noxubee"
},
"28101": {
"state": "MS",
"name": "Newton"
},
"39001": {
"state": "OH",
"name": "Adams"
},
"28109": {
"state": "MS",
"name": "Pearl River"
},
"39003": {
"state": "OH",
"name": "Allen"
},
"45017": {
"state": "SC",
"name": "Calhoun"
},
"12069": {
"state": "FL",
"name": "Lake"
},
"01043": {
"state": "AL",
"name": "Cullman"
},
"12061": {
"state": "FL",
"name": "Indian River"
},
"12063": {
"state": "FL",
"name": "Jackson"
},
"12065": {
"state": "FL",
"name": "Jefferson"
},
"12067": {
"state": "FL",
"name": "Lafayette"
},
"29211": {
"state": "MO",
"name": "Sullivan"
},
"51163": {
"state": "VA",
"name": "Rockbridge"
},
"51165": {
"state": "VA",
"name": "Rockingham"
},
"51167": {
"state": "VA",
"name": "Russell"
},
"51169": {
"state": "VA",
"name": "Scott"
},
"29213": {
"state": "MO",
"name": "Taney"
},
"48451": {
"state": "TX",
"name": "Tom Green"
},
"51760": {
"state": "VA",
"name": "Richmond City"
},
"29215": {
"state": "MO",
"name": "Texas"
},
"48045": {
"state": "TX",
"name": "Briscoe"
},
"29217": {
"state": "MO",
"name": "Vernon"
},
"49049": {
"state": "UT",
"name": "Utah"
},
"46095": {
"state": "SD",
"name": "Mellette"
},
"46097": {
"state": "SD",
"name": "Miner"
},
"46091": {
"state": "SD",
"name": "Marshall"
},
"46093": {
"state": "SD",
"name": "Meade"
},
"21069": {
"state": "KY",
"name": "Fleming"
},
"21067": {
"state": "KY",
"name": "Fayette"
},
"21065": {
"state": "KY",
"name": "Estill"
},
"21063": {
"state": "KY",
"name": "Elliott"
},
"21061": {
"state": "KY",
"name": "Edmonson"
},
"48297": {
"state": "TX",
"name": "Live Oak"
},
"26099": {
"state": "MI",
"name": "Macomb"
},
"26097": {
"state": "MI",
"name": "Mackinac"
},
"26095": {
"state": "MI",
"name": "Luce"
},
"26093": {
"state": "MI",
"name": "Livingston"
},
"26091": {
"state": "MI",
"name": "Lenawee"
},
"56043": {
"state": "WY",
"name": "Washakie"
},
"30099": {
"state": "MT",
"name": "Teton"
},
"46015": {
"state": "SD",
"name": "Brule"
},
"56041": {
"state": "WY",
"name": "Uinta"
},
"17139": {
"state": "IL",
"name": "Moultrie"
},
"31157": {
"state": "NE",
"name": "Scotts Bluff"
},
"21209": {
"state": "KY",
"name": "Scott"
},
"17131": {
"state": "IL",
"name": "Mercer"
},
"21203": {
"state": "KY",
"name": "Rockcastle"
},
"17133": {
"state": "IL",
"name": "Monroe"
},
"21201": {
"state": "KY",
"name": "Robertson"
},
"17135": {
"state": "IL",
"name": "Montgomery"
},
"21207": {
"state": "KY",
"name": "Russell"
},
"17137": {
"state": "IL",
"name": "Morgan"
},
"21205": {
"state": "KY",
"name": "Rowan"
},
"21199": {
"state": "KY",
"name": "Pulaski"
},
"21193": {
"state": "KY",
"name": "Perry"
},
"21191": {
"state": "KY",
"name": "Pendleton"
},
"21197": {
"state": "KY",
"name": "Powell"
},
"21195": {
"state": "KY",
"name": "Pike"
},
"12086": {
"state": "FL",
"name": "Miami-Dade"
},
"12087": {
"state": "FL",
"name": "Monroe"
},
"12085": {
"state": "FL",
"name": "Martin"
},
"12083": {
"state": "FL",
"name": "Marion"
},
"12081": {
"state": "FL",
"name": "Manatee"
},
"12089": {
"state": "FL",
"name": "Nassau"
},
"17045": {
"state": "IL",
"name": "Edgar"
},
"17047": {
"state": "IL",
"name": "Edwards"
},
"36103": {
"state": "NY",
"name": "Suffolk"
},
"17041": {
"state": "IL",
"name": "Douglas"
},
"17043": {
"state": "IL",
"name": "DuPage"
},
"20133": {
"state": "KS",
"name": "Neosho"
},
"20131": {
"state": "KS",
"name": "Nemaha"
},
"17049": {
"state": "IL",
"name": "Effingham"
},
"20135": {
"state": "KS",
"name": "Ness"
},
"13207": {
"state": "GA",
"name": "Monroe"
},
"36109": {
"state": "NY",
"name": "Tompkins"
},
"13205": {
"state": "GA",
"name": "Mitchell"
},
"13201": {
"state": "GA",
"name": "Miller"
},
"13209": {
"state": "GA",
"name": "Montgomery"
},
"36065": {
"state": "NY",
"name": "Oneida"
},
"48249": {
"state": "TX",
"name": "Jim Wells"
},
"48247": {
"state": "TX",
"name": "Jim Hogg"
},
"48245": {
"state": "TX",
"name": "Jefferson"
},
"48243": {
"state": "TX",
"name": "Jeff Davis"
},
"48241": {
"state": "TX",
"name": "Jasper"
},
"45015": {
"state": "SC",
"name": "Berkeley"
},
"41047": {
"state": "OR",
"name": "Marion"
},
"08119": {
"state": "CO",
"name": "Teller"
},
"41045": {
"state": "OR",
"name": "Malheur"
},
"45011": {
"state": "SC",
"name": "Barnwell"
},
"41043": {
"state": "OR",
"name": "Linn"
},
"45013": {
"state": "SC",
"name": "Beaufort"
},
"41041": {
"state": "OR",
"name": "Lincoln"
},
"08113": {
"state": "CO",
"name": "San Miguel"
},
"08111": {
"state": "CO",
"name": "San Juan"
},
"08117": {
"state": "CO",
"name": "Summit"
},
"08115": {
"state": "CO",
"name": "Sedgwick"
},
"41049": {
"state": "OR",
"name": "Morrow"
},
"20007": {
"state": "KS",
"name": "Barber"
},
"29089": {
"state": "MO",
"name": "Howard"
},
"20005": {
"state": "KS",
"name": "Atchison"
},
"46017": {
"state": "SD",
"name": "Buffalo"
},
"20003": {
"state": "KS",
"name": "Anderson"
},
"20001": {
"state": "KS",
"name": "Allen"
},
"13037": {
"state": "GA",
"name": "Calhoun"
},
"29081": {
"state": "MO",
"name": "Harrison"
},
"29083": {
"state": "MO",
"name": "Henry"
},
"29085": {
"state": "MO",
"name": "Hickory"
},
"20009": {
"state": "KS",
"name": "Barton"
},
"29087": {
"state": "MO",
"name": "Holt"
},
"24019": {
"state": "MD",
"name": "Dorchester"
},
"24015": {
"state": "MD",
"name": "Cecil"
},
"24017": {
"state": "MD",
"name": "Charles"
},
"24011": {
"state": "MD",
"name": "Caroline"
},
"24013": {
"state": "MD",
"name": "Carroll"
},
"13113": {
"state": "GA",
"name": "Fayette"
},
"37091": {
"state": "NC",
"name": "Hertford"
},
"13111": {
"state": "GA",
"name": "Fannin"
},
"37093": {
"state": "NC",
"name": "Hoke"
},
"13117": {
"state": "GA",
"name": "Forsyth"
},
"37095": {
"state": "NC",
"name": "Hyde"
},
"13115": {
"state": "GA",
"name": "Floyd"
},
"12007": {
"state": "FL",
"name": "Bradford"
},
"40117": {
"state": "OK",
"name": "Pawnee"
},
"37099": {
"state": "NC",
"name": "Jackson"
},
"13119": {
"state": "GA",
"name": "Franklin"
},
"36069": {
"state": "NY",
"name": "Ontario"
},
"40113": {
"state": "OK",
"name": "Osage"
},
"40111": {
"state": "OK",
"name": "Okmulgee"
},
"09015": {
"state": "CT",
"name": "Windham"
},
"46019": {
"state": "SD",
"name": "Butte"
},
"54079": {
"state": "WV",
"name": "Putnam"
},
"54071": {
"state": "WV",
"name": "Pendleton"
},
"09011": {
"state": "CT",
"name": "New London"
},
"54073": {
"state": "WV",
"name": "Pleasants"
},
"54075": {
"state": "WV",
"name": "Pocahontas"
},
"54077": {
"state": "WV",
"name": "Preston"
},
"38039": {
"state": "ND",
"name": "Griggs"
},
"09013": {
"state": "CT",
"name": "Tolland"
},
"38033": {
"state": "ND",
"name": "Golden Valley"
},
"38031": {
"state": "ND",
"name": "Foster"
},
"54047": {
"state": "WV",
"name": "McDowell"
},
"38037": {
"state": "ND",
"name": "Grant"
},
"38035": {
"state": "ND",
"name": "Grand Forks"
},
"47067": {
"state": "TN",
"name": "Hancock"
},
"54049": {
"state": "WV",
"name": "Marion"
},
"51790": {
"state": "VA",
"name": "Staunton"
},
"34019": {
"state": "NJ",
"name": "Hunterdon"
},
"30029": {
"state": "MT",
"name": "Flathead"
},
"55073": {
"state": "WI",
"name": "Marathon"
},
"34011": {
"state": "NJ",
"name": "Cumberland"
},
"30025": {
"state": "MT",
"name": "Fallon"
},
"34013": {
"state": "NJ",
"name": "Essex"
},
"30027": {
"state": "MT",
"name": "Fergus"
},
"34015": {
"state": "NJ",
"name": "Gloucester"
},
"30021": {
"state": "MT",
"name": "Dawson"
},
"34017": {
"state": "NJ",
"name": "Hudson"
},
"30023": {
"state": "MT",
"name": "Deer Lodge"
},
"54105": {
"state": "WV",
"name": "Wirt"
},
"18027": {
"state": "IN",
"name": "Daviess"
},
"54107": {
"state": "WV",
"name": "Wood"
},
"18025": {
"state": "IN",
"name": "Crawford"
},
"54101": {
"state": "WV",
"name": "Webster"
},
"18023": {
"state": "IN",
"name": "Clinton"
},
"54103": {
"state": "WV",
"name": "Wetzel"
},
"18021": {
"state": "IN",
"name": "Clay"
},
"54109": {
"state": "WV",
"name": "Wyoming"
},
"18029": {
"state": "IN",
"name": "Dearborn"
},
"38105": {
"state": "ND",
"name": "Williams"
},
"38103": {
"state": "ND",
"name": "Wells"
},
"51009": {
"state": "VA",
"name": "Amherst"
},
"38101": {
"state": "ND",
"name": "Ward"
},
"23029": {
"state": "ME",
"name": "Washington"
},
"28049": {
"state": "MS",
"name": "Hinds"
},
"29065": {
"state": "MO",
"name": "Dent"
},
"29063": {
"state": "MO",
"name": "DeKalb"
},
"29061": {
"state": "MO",
"name": "Daviess"
},
"28043": {
"state": "MS",
"name": "Grenada"
},
"23021": {
"state": "ME",
"name": "Piscataquis"
},
"28041": {
"state": "MS",
"name": "Greene"
},
"23023": {
"state": "ME",
"name": "Sagadahoc"
},
"28047": {
"state": "MS",
"name": "Harrison"
},
"23025": {
"state": "ME",
"name": "Somerset"
},
"28045": {
"state": "MS",
"name": "Hancock"
},
"23027": {
"state": "ME",
"name": "Waldo"
},
"47041": {
"state": "TN",
"name": "DeKalb"
},
"47043": {
"state": "TN",
"name": "Dickson"
},
"47045": {
"state": "TN",
"name": "Dyer"
},
"47047": {
"state": "TN",
"name": "Fayette"
},
"47049": {
"state": "TN",
"name": "Fentress"
},
"01073": {
"state": "AL",
"name": "Jefferson"
},
"51550": {
"state": "VA",
"name": "Chesapeake"
},
"27043": {
"state": "MN",
"name": "Faribault"
},
"27041": {
"state": "MN",
"name": "Douglas"
},
"27047": {
"state": "MN",
"name": "Freeborn"
},
"27045": {
"state": "MN",
"name": "Fillmore"
},
"53049": {
"state": "WA",
"name": "Pacific"
},
"27049": {
"state": "MN",
"name": "Goodhue"
},
"50001": {
"state": "VT",
"name": "Addison"
},
"50003": {
"state": "VT",
"name": "Bennington"
},
"50005": {
"state": "VT",
"name": "Caledonia"
},
"50007": {
"state": "VT",
"name": "Chittenden"
},
"50009": {
"state": "VT",
"name": "Essex"
},
"51570": {
"state": "VA",
"name": "Colonial Heights"
},
"55055": {
"state": "WI",
"name": "Jefferson"
},
"55057": {
"state": "WI",
"name": "Juneau"
},
"31041": {
"state": "NE",
"name": "Custer"
},
"35013": {
"state": "NM",
"name": "Dona Ana"
},
"31043": {
"state": "NE",
"name": "Dakota"
},
"35011": {
"state": "NM",
"name": "DeBaca"
},
"31045": {
"state": "NE",
"name": "Dawes"
},
"35017": {
"state": "NM",
"name": "Grant"
},
"31047": {
"state": "NE",
"name": "Dawson"
},
"35015": {
"state": "NM",
"name": "Eddy"
},
"31049": {
"state": "NE",
"name": "Deuel"
},
"35019": {
"state": "NM",
"name": "Guadalupe"
},
"51680": {
"state": "VA",
"name": "Lynchburg"
},
"51683": {
"state": "VA",
"name": "Manassas"
},
"51685": {
"state": "VA",
"name": "Manassas Park"
},
"47139": {
"state": "TN",
"name": "Polk"
},
"50023": {
"state": "VT",
"name": "Washington"
},
"47135": {
"state": "TN",
"name": "Perry"
},
"47137": {
"state": "TN",
"name": "Pickett"
},
"47131": {
"state": "TN",
"name": "Obion"
},
"47133": {
"state": "TN",
"name": "Overton"
},
"19061": {
"state": "IA",
"name": "Dubuque"
},
"39071": {
"state": "OH",
"name": "Highland"
},
"19063": {
"state": "IA",
"name": "Emmet"
},
"39073": {
"state": "OH",
"name": "Hocking"
},
"19065": {
"state": "IA",
"name": "Fayette"
},
"39075": {
"state": "OH",
"name": "Holmes"
},
"19067": {
"state": "IA",
"name": "Floyd"
},
"39077": {
"state": "OH",
"name": "Huron"
},
"19069": {
"state": "IA",
"name": "Franklin"
},
"39079": {
"state": "OH",
"name": "Jackson"
},
"28133": {
"state": "MS",
"name": "Sunflower"
},
"28131": {
"state": "MS",
"name": "Stone"
},
"28137": {
"state": "MS",
"name": "Tate"
},
"28135": {
"state": "MS",
"name": "Tallahatchie"
},
"28139": {
"state": "MS",
"name": "Tippah"
},
"55017": {
"state": "WI",
"name": "Chippewa"
},
"22105": {
"state": "LA",
"name": "Tangipahoa"
},
"51199": {
"state": "VA",
"name": "York"
},
"53021": {
"state": "WA",
"name": "Franklin"
},
"40013": {
"state": "OK",
"name": "Bryan"
},
"51195": {
"state": "VA",
"name": "Wise"
},
"51197": {
"state": "VA",
"name": "Wythe"
},
"16049": {
"state": "ID",
"name": "Idaho County"
},
"51191": {
"state": "VA",
"name": "Washington"
},
"51193": {
"state": "VA",
"name": "Westmoreland"
},
"22081": {
"state": "LA",
"name": "Red River"
},
"22083": {
"state": "LA",
"name": "Richland"
},
"40011": {
"state": "OK",
"name": "Blaine"
},
"22085": {
"state": "LA",
"name": "Sabine"
},
"22087": {
"state": "LA",
"name": "St. Bernard"
},
"19095": {
"state": "IA",
"name": "Iowa"
},
"22089": {
"state": "LA",
"name": "St. Charles"
},
"40017": {
"state": "OK",
"name": "Canadian"
},
"19097": {
"state": "IA",
"name": "Jackson"
},
"40015": {
"state": "OK",
"name": "Caddo"
},
"26035": {
"state": "MI",
"name": "Clare"
},
"16043": {
"state": "ID",
"name": "Fremont"
},
"21059": {
"state": "KY",
"name": "Daviess"
},
"21053": {
"state": "KY",
"name": "Clinton"
},
"21051": {
"state": "KY",
"name": "Clay"
},
"16041": {
"state": "ID",
"name": "Franklin"
},
"21057": {
"state": "KY",
"name": "Cumberland"
},
"21055": {
"state": "KY",
"name": "Crittenden"
},
"21237": {
"state": "KY",
"name": "Wolfe"
},
"21235": {
"state": "KY",
"name": "Whitley"
},
"21233": {
"state": "KY",
"name": "Webster"
},
"21231": {
"state": "KY",
"name": "Wayne"
},
"53045": {
"state": "WA",
"name": "Mason"
},
"53047": {
"state": "WA",
"name": "Okanogan"
},
"47111": {
"state": "TN",
"name": "Macon"
},
"53041": {
"state": "WA",
"name": "Lewis"
},
"21239": {
"state": "KY",
"name": "Woodford"
},
"17129": {
"state": "IL",
"name": "Menard"
},
"13321": {
"state": "GA",
"name": "Worth"
},
"17123": {
"state": "IL",
"name": "Marshall"
},
"17121": {
"state": "IL",
"name": "Marion"
},
"17127": {
"state": "IL",
"name": "Massac"
},
"17125": {
"state": "IL",
"name": "Mason"
},
"48179": {
"state": "TX",
"name": "Gray"
},
"26135": {
"state": "MI",
"name": "Oscoda"
},
"26137": {
"state": "MI",
"name": "Otsego"
},
"26131": {
"state": "MI",
"name": "Ontonagon"
},
"26133": {
"state": "MI",
"name": "Osceola"
},
"26139": {
"state": "MI",
"name": "Ottawa"
},
"20125": {
"state": "KS",
"name": "Montgomery"
},
"20127": {
"state": "KS",
"name": "Morris"
},
"20121": {
"state": "KS",
"name": "Miami"
},
"20123": {
"state": "KS",
"name": "Mitchell"
},
"20129": {
"state": "KS",
"name": "Morton"
},
"17057": {
"state": "IL",
"name": "Fulton"
},
"17055": {
"state": "IL",
"name": "Franklin"
},
"17053": {
"state": "IL",
"name": "Ford"
},
"17051": {
"state": "IL",
"name": "Fayette"
},
"48383": {
"state": "TX",
"name": "Reagan"
},
"48381": {
"state": "TX",
"name": "Randall"
},
"48187": {
"state": "TX",
"name": "Guadalupe"
},
"48387": {
"state": "TX",
"name": "Red River"
},
"17059": {
"state": "IL",
"name": "Gallatin"
},
"13211": {
"state": "GA",
"name": "Morgan"
},
"12131": {
"state": "FL",
"name": "Walton"
},
"13215": {
"state": "GA",
"name": "Muscogee"
},
"13217": {
"state": "GA",
"name": "Newton"
},
"13219": {
"state": "GA",
"name": "Oconee"
},
"01041": {
"state": "AL",
"name": "Crenshaw"
},
"53035": {
"state": "WA",
"name": "Kitsap"
},
"48259": {
"state": "TX",
"name": "Kendall"
},
"48251": {
"state": "TX",
"name": "Johnson"
},
"48253": {
"state": "TX",
"name": "Jones"
},
"48255": {
"state": "TX",
"name": "Karnes"
},
"48257": {
"state": "TX",
"name": "Kaufman"
},
"45007": {
"state": "SC",
"name": "Anderson"
},
"41071": {
"state": "OR",
"name": "Yamhill"
},
"45005": {
"state": "SC",
"name": "Allendale"
},
"45003": {
"state": "SC",
"name": "Aiken"
},
"45001": {
"state": "SC",
"name": "Abbeville"
},
"48039": {
"state": "TX",
"name": "Brazoria"
},
"45009": {
"state": "SC",
"name": "Bamberg"
},
"20011": {
"state": "KS",
"name": "Bourbon"
},
"20013": {
"state": "KS",
"name": "Brown"
},
"20015": {
"state": "KS",
"name": "Butler"
},
"20017": {
"state": "KS",
"name": "Chase"
},
"20019": {
"state": "KS",
"name": "Chautauqua"
},
"01047": {
"state": "AL",
"name": "Dallas"
},
"28117": {
"state": "MS",
"name": "Prentiss"
},
"40109": {
"state": "OK",
"name": "Oklahoma"
},
"37069": {
"state": "NC",
"name": "Franklin"
},
"13109": {
"state": "GA",
"name": "Evans"
},
"37065": {
"state": "NC",
"name": "Edgecombe"
},
"13105": {
"state": "GA",
"name": "Elbert"
},
"37067": {
"state": "NC",
"name": "Forsyth"
},
"13107": {
"state": "GA",
"name": "Emanuel"
},
"37061": {
"state": "NC",
"name": "Duplin"
},
"13101": {
"state": "GA",
"name": "Echols"
},
"37063": {
"state": "NC",
"name": "Durham"
},
"13103": {
"state": "GA",
"name": "Effingham"
},
"48221": {
"state": "TX",
"name": "Hood"
},
"04009": {
"state": "AZ",
"name": "Graham"
},
"38025": {
"state": "ND",
"name": "Dunn"
},
"29183": {
"state": "MO",
"name": "St. Charles"
},
"38027": {
"state": "ND",
"name": "Eddy"
},
"29185": {
"state": "MO",
"name": "St. Clair"
},
"38021": {
"state": "ND",
"name": "Dickey"
},
"29187": {
"state": "MO",
"name": "St. Francois"
},
"29186": {
"state": "MO",
"name": "Ste. Genevieve"
},
"04001": {
"state": "AZ",
"name": "Apache"
},
"54063": {
"state": "WV",
"name": "Monroe"
},
"04003": {
"state": "AZ",
"name": "Cochise"
},
"54061": {
"state": "WV",
"name": "Monongalia"
},
"04005": {
"state": "AZ",
"name": "Coconino"
},
"38029": {
"state": "ND",
"name": "Emmons"
},
"04007": {
"state": "AZ",
"name": "Gila"
},
"54065": {
"state": "WV",
"name": "Morgan"
},
"28119": {
"state": "MS",
"name": "Quitman"
},
"08105": {
"state": "CO",
"name": "Rio Grande"
},
"08107": {
"state": "CO",
"name": "Routt"
},
"08101": {
"state": "CO",
"name": "Pueblo"
},
"08103": {
"state": "CO",
"name": "Rio Blanco"
},
"48059": {
"state": "TX",
"name": "Callahan"
},
"08109": {
"state": "CO",
"name": "Saguache"
},
"30059": {
"state": "MT",
"name": "Meagher"
},
"34009": {
"state": "NJ",
"name": "Cape May"
},
"30051": {
"state": "MT",
"name": "Liberty"
},
"34003": {
"state": "NJ",
"name": "Bergen"
},
"30053": {
"state": "MT",
"name": "Lincoln"
},
"34001": {
"state": "NJ",
"name": "Atlantic"
},
"30055": {
"state": "MT",
"name": "McCone"
},
"34007": {
"state": "NJ",
"name": "Camden"
},
"30057": {
"state": "MT",
"name": "Madison"
},
"34005": {
"state": "NJ",
"name": "Burlington"
},
"18013": {
"state": "IN",
"name": "Brown"
},
"18011": {
"state": "IN",
"name": "Boone"
},
"18017": {
"state": "IN",
"name": "Cass"
},
"18015": {
"state": "IN",
"name": "Carroll"
},
"18019": {
"state": "IN",
"name": "Clark"
},
"28055": {
"state": "MS",
"name": "Issaquena"
},
"28057": {
"state": "MS",
"name": "Itawamba"
},
"28051": {
"state": "MS",
"name": "Holmes"
},
"28053": {
"state": "MS",
"name": "Humphreys"
},
"28059": {
"state": "MS",
"name": "Jackson"
},
"29053": {
"state": "MO",
"name": "Cooper"
},
"29051": {
"state": "MO",
"name": "Cole"
},
"29057": {
"state": "MO",
"name": "Dade"
},
"29055": {
"state": "MO",
"name": "Crawford"
},
"29059": {
"state": "MO",
"name": "Dallas"
},
"48385": {
"state": "TX",
"name": "Real"
},
"37119": {
"state": "NC",
"name": "Mecklenburg"
},
"36015": {
"state": "NY",
"name": "Chemung"
},
"13213": {
"state": "GA",
"name": "Murray"
},
"27079": {
"state": "MN",
"name": "Le Sueur"
},
"27077": {
"state": "MN",
"name": "Lake of the Woods"
},
"31185": {
"state": "NE",
"name": "York"
},
"27075": {
"state": "MN",
"name": "Lake"
},
"27073": {
"state": "MN",
"name": "Lac Qui Parle"
},
"31181": {
"state": "NE",
"name": "Webster"
},
"27071": {
"state": "MN",
"name": "Koochiching"
},
"31183": {
"state": "NE",
"name": "Wheeler"
},
"48481": {
"state": "TX",
"name": "Wharton"
},
"31053": {
"state": "NE",
"name": "Dodge"
},
"31051": {
"state": "NE",
"name": "Dixon"
},
"31057": {
"state": "NE",
"name": "Dundy"
},
"35029": {
"state": "NM",
"name": "Luna"
},
"31055": {
"state": "NE",
"name": "Douglas"
},
"35027": {
"state": "NM",
"name": "Lincoln"
},
"35025": {
"state": "NM",
"name": "Lea"
},
"31059": {
"state": "NE",
"name": "Fillmore"
},
"35023": {
"state": "NM",
"name": "Hidalgo"
},
"35021": {
"state": "NM",
"name": "Harding"
},
"55083": {
"state": "WI",
"name": "Oconto"
},
"55081": {
"state": "WI",
"name": "Monroe"
},
"55087": {
"state": "WI",
"name": "Outagamie"
},
"55085": {
"state": "WI",
"name": "Oneida"
},
"55089": {
"state": "WI",
"name": "Ozaukee"
},
"47149": {
"state": "TN",
"name": "Rutherford"
},
"51690": {
"state": "VA",
"name": "Martinsville"
},
"36019": {
"state": "NY",
"name": "Clinton"
},
"47141": {
"state": "TN",
"name": "Putnam"
},
"47143": {
"state": "TN",
"name": "Rhea"
},
"47145": {
"state": "TN",
"name": "Roane"
},
"47147": {
"state": "TN",
"name": "Robertson"
},
"19073": {
"state": "IA",
"name": "Greene"
},
"19071": {
"state": "IA",
"name": "Fremont"
},
"39089": {
"state": "OH",
"name": "Licking"
},
"19077": {
"state": "IA",
"name": "Guthrie"
},
"19075": {
"state": "IA",
"name": "Grundy"
},
"39085": {
"state": "OH",
"name": "Lake"
},
"39087": {
"state": "OH",
"name": "Lawrence"
},
"19079": {
"state": "IA",
"name": "Hamilton"
},
"39081": {
"state": "OH",
"name": "Jefferson"
},
"39083": {
"state": "OH",
"name": "Knox"
},
"28129": {
"state": "MS",
"name": "Smith"
},
"35057": {
"state": "NM",
"name": "Torrance"
},
"28125": {
"state": "MS",
"name": "Sharkey"
},
"28127": {
"state": "MS",
"name": "Simpson"
},
"28121": {
"state": "MS",
"name": "Rankin"
},
"28123": {
"state": "MS",
"name": "Scott"
},
"16083": {
"state": "ID",
"name": "Twin Falls"
},
"16081": {
"state": "ID",
"name": "Teton"
},
"16087": {
"state": "ID",
"name": "Washington"
},
"16085": {
"state": "ID",
"name": "Valley"
},
"51610": {
"state": "VA",
"name": "Falls Church"
},
"51187": {
"state": "VA",
"name": "Warren"
},
"51185": {
"state": "VA",
"name": "Tazewell"
},
"51183": {
"state": "VA",
"name": "Sussex"
},
"51181": {
"state": "VA",
"name": "Surry"
},
"27095": {
"state": "MN",
"name": "Mille Lacs"
},
"22093": {
"state": "LA",
"name": "St. James"
},
"27097": {
"state": "MN",
"name": "Morrison"
},
"22091": {
"state": "LA",
"name": "St. Helena"
},
"27091": {
"state": "MN",
"name": "Martin"
},
"22097": {
"state": "LA",
"name": "St. Landry"
},
"27093": {
"state": "MN",
"name": "Meeker"
},
"22095": {
"state": "LA",
"name": "St. John the Baptist"
},
"22099": {
"state": "LA",
"name": "St. Martin"
},
"27099": {
"state": "MN",
"name": "Mower"
},
"21045": {
"state": "KY",
"name": "Casey"
},
"21047": {
"state": "KY",
"name": "Christian"
},
"21041": {
"state": "KY",
"name": "Carroll"
},
"21043": {
"state": "KY",
"name": "Carter"
},
"17203": {
"state": "IL",
"name": "Woodford"
},
"17201": {
"state": "IL",
"name": "Winnebago"
},
"21049": {
"state": "KY",
"name": "Clark"
},
"53023": {
"state": "WA",
"name": "Garfield"
},
"48033": {
"state": "TX",
"name": "Borden"
},
"48035": {
"state": "TX",
"name": "Bosque"
},
"48037": {
"state": "TX",
"name": "Bowie"
},
"39033": {
"state": "OH",
"name": "Crawford"
},
"51678": {
"state": "VA",
"name": "Lexington"
},
"17117": {
"state": "IL",
"name": "Macoupin"
},
"21221": {
"state": "KY",
"name": "Trigg"
},
"17115": {
"state": "IL",
"name": "Macon"
},
"21223": {
"state": "KY",
"name": "Trimble"
},
"05059": {
"state": "AR",
"name": "Hot Spring"
},
"21225": {
"state": "KY",
"name": "Union"
},
"17111": {
"state": "IL",
"name": "McHenry"
},
"21227": {
"state": "KY",
"name": "Warren"
},
"05055": {
"state": "AR",
"name": "Greene"
},
"21229": {
"state": "KY",
"name": "Washington"
},
"05057": {
"state": "AR",
"name": "Hempstead"
},
"53055": {
"state": "WA",
"name": "San Juan"
},
"05051": {
"state": "AR",
"name": "Garland"
},
"53053": {
"state": "WA",
"name": "Pierce"
},
"05053": {
"state": "AR",
"name": "Grant"
},
"53051": {
"state": "WA",
"name": "Pend Oreille"
},
"36099": {
"state": "NY",
"name": "Seneca"
},
"36097": {
"state": "NY",
"name": "Schuyler"
},
"36095": {
"state": "NY",
"name": "Schoharie"
},
"36093": {
"state": "NY",
"name": "Schenectady"
},
"36091": {
"state": "NY",
"name": "Saratoga"
},
"51670": {
"state": "VA",
"name": "Hopewell"
},
"42087": {
"state": "PA",
"name": "Mifflin"
},
"26127": {
"state": "MI",
"name": "Oceana"
},
"42085": {
"state": "PA",
"name": "Mercer"
},
"26125": {
"state": "MI",
"name": "Oakland"
},
"42083": {
"state": "PA",
"name": "McKean"
},
"26123": {
"state": "MI",
"name": "Newaygo"
},
"42081": {
"state": "PA",
"name": "Lycoming"
},
"26121": {
"state": "MI",
"name": "Muskegon"
},
"42089": {
"state": "PA",
"name": "Monroe"
},
"26129": {
"state": "MI",
"name": "Ogemaw"
},
"20151": {
"state": "KS",
"name": "Pratt"
},
"10005": {
"state": "DE",
"name": "Sussex"
},
"16047": {
"state": "ID",
"name": "Gooding"
},
"20155": {
"state": "KS",
"name": "Reno"
},
"10001": {
"state": "DE",
"name": "Kent"
},
"20157": {
"state": "KS",
"name": "Republic"
},
"10003": {
"state": "DE",
"name": "New Castle"
},
"20159": {
"state": "KS",
"name": "Rice"
},
"17063": {
"state": "IL",
"name": "Grundy"
},
"48423": {
"state": "TX",
"name": "Smith"
},
"17061": {
"state": "IL",
"name": "Greene"
},
"17067": {
"state": "IL",
"name": "Hancock"
},
"17065": {
"state": "IL",
"name": "Hamilton"
},
"17069": {
"state": "IL",
"name": "Hardin"
},
"48421": {
"state": "TX",
"name": "Sherman"
},
"56029": {
"state": "WY",
"name": "Park"
},
"30077": {
"state": "MT",
"name": "Powell"
},
"34021": {
"state": "NJ",
"name": "Mercer"
},
"48427": {
"state": "TX",
"name": "Starr"
},
"30075": {
"state": "MT",
"name": "Powder River"
},
"48425": {
"state": "TX",
"name": "Somervell"
},
"30073": {
"state": "MT",
"name": "Pondera"
},
"49057": {
"state": "UT",
"name": "Weber"
},
"34025": {
"state": "NJ",
"name": "Monmouth"
},
"45033": {
"state": "SC",
"name": "Dillon"
},
"45031": {
"state": "SC",
"name": "Darlington"
},
"45037": {
"state": "SC",
"name": "Edgefield"
},
"30071": {
"state": "MT",
"name": "Phillips"
},
"45035": {
"state": "SC",
"name": "Dorchester"
},
"41065": {
"state": "OR",
"name": "Wasco"
},
"45039": {
"state": "SC",
"name": "Fairfield"
},
"41067": {
"state": "OR",
"name": "Washington"
},
"41061": {
"state": "OR",
"name": "Union"
},
"41063": {
"state": "OR",
"name": "Wallowa"
},
"48283": {
"state": "TX",
"name": "La Salle"
},
"48281": {
"state": "TX",
"name": "Lampasas"
},
"48287": {
"state": "TX",
"name": "Lee"
},
"48285": {
"state": "TX",
"name": "La Vaca"
},
"34029": {
"state": "NJ",
"name": "Ocean"
},
"48289": {
"state": "TX",
"name": "Leon"
},
"13179": {
"state": "GA",
"name": "Liberty"
},
"36077": {
"state": "NY",
"name": "Otsego"
},
"36071": {
"state": "NY",
"name": "Orange"
},
"36073": {
"state": "NY",
"name": "Orleans"
},
"37079": {
"state": "NC",
"name": "Greene"
},
"13171": {
"state": "GA",
"name": "Lamar"
},
"37077": {
"state": "NC",
"name": "Granville"
},
"13173": {
"state": "GA",
"name": "Lanier"
},
"37075": {
"state": "NC",
"name": "Graham"
},
"13175": {
"state": "GA",
"name": "Laurens"
},
"37073": {
"state": "NC",
"name": "Gates"
},
"13177": {
"state": "GA",
"name": "Lee"
},
"37071": {
"state": "NC",
"name": "Gaston"
},
"54057": {
"state": "WV",
"name": "Mineral"
},
"54055": {
"state": "WV",
"name": "Mercer"
},
"08009": {
"state": "CO",
"name": "Baca"
},
"54051": {
"state": "WV",
"name": "Marshall"
},
"08005": {
"state": "CO",
"name": "Arapahoe"
},
"08007": {
"state": "CO",
"name": "Archuleta"
},
"32021": {
"state": "NV",
"name": "Mineral"
},
"08001": {
"state": "CO",
"name": "Adams"
},
"08003": {
"state": "CO",
"name": "Alamosa"
},
"38051": {
"state": "ND",
"name": "McIntosh"
},
"38053": {
"state": "ND",
"name": "McKenzie"
},
"04019": {
"state": "AZ",
"name": "Pima"
},
"38055": {
"state": "ND",
"name": "McLean"
},
"29197": {
"state": "MO",
"name": "Schuyler"
},
"38057": {
"state": "ND",
"name": "Mercer"
},
"29195": {
"state": "MO",
"name": "Saline"
},
"04012": {
"state": "AZ",
"name": "La Paz"
},
"04013": {
"state": "AZ",
"name": "Maricopa"
},
"04011": {
"state": "AZ",
"name": "Greenlee"
},
"04017": {
"state": "AZ",
"name": "Navajo"
},
"04015": {
"state": "AZ",
"name": "Mohave"
},
"42117": {
"state": "PA",
"name": "Tioga"
},
"13005": {
"state": "GA",
"name": "Bacon"
},
"13007": {
"state": "GA",
"name": "Baker"
},
"13001": {
"state": "GA",
"name": "Appling"
},
"13003": {
"state": "GA",
"name": "Atkinson"
},
"19183": {
"state": "IA",
"name": "Washington"
},
"40009": {
"state": "OK",
"name": "Beckham"
},
"13009": {
"state": "GA",
"name": "Baldwin"
},
"19181": {
"state": "IA",
"name": "Warren"
},
"30043": {
"state": "MT",
"name": "Jefferson"
},
"30041": {
"state": "MT",
"name": "Hill"
},
"30047": {
"state": "MT",
"name": "Lake"
},
"19187": {
"state": "IA",
"name": "Webster"
},
"18009": {
"state": "IN",
"name": "Blackford"
},
"40101": {
"state": "OK",
"name": "Muskogee"
},
"18005": {
"state": "IN",
"name": "Bartholomew"
},
"19185": {
"state": "IA",
"name": "Wayne"
},
"18001": {
"state": "IN",
"name": "Adams"
},
"18003": {
"state": "IN",
"name": "Allen"
},
"20205": {
"state": "KS",
"name": "Wilson"
},
"20207": {
"state": "KS",
"name": "Woodson"
},
"40103": {
"state": "OK",
"name": "Noble"
},
"20201": {
"state": "KS",
"name": "Washington"
},
"20203": {
"state": "KS",
"name": "Wichita"
},
"28029": {
"state": "MS",
"name": "Copiah"
},
"45091": {
"state": "SC",
"name": "York"
},
"37133": {
"state": "NC",
"name": "Onslow"
},
"20209": {
"state": "KS",
"name": "Wyandotte"
},
"40105": {
"state": "OK",
"name": "Nowata"
},
"37107": {
"state": "NC",
"name": "Lenoir"
},
"37105": {
"state": "NC",
"name": "Lee"
},
"29049": {
"state": "MO",
"name": "Clinton"
},
"37101": {
"state": "NC",
"name": "Johnston"
},
"29045": {
"state": "MO",
"name": "Clark"
},
"29047": {
"state": "MO",
"name": "Clay"
},
"29041": {
"state": "MO",
"name": "Chariton"
},
"29510": {
"state": "MO",
"name": "St. Louis City"
},
"29043": {
"state": "MO",
"name": "Christian"
},
"27069": {
"state": "MN",
"name": "Kittson"
},
"51515": {
"state": "VA",
"name": "Bedford City"
},
"27061": {
"state": "MN",
"name": "Itasca"
},
"27063": {
"state": "MN",
"name": "Jackson"
},
"27065": {
"state": "MN",
"name": "Kanabec"
},
"27067": {
"state": "MN",
"name": "Kandiyohi"
},
"34037": {
"state": "NJ",
"name": "Sussex"
},
"35039": {
"state": "NM",
"name": "Rio Arriba"
},
"34035": {
"state": "NJ",
"name": "Somerset"
},
"34033": {
"state": "NJ",
"name": "Salem"
},
"31069": {
"state": "NE",
"name": "Garden"
},
"31067": {
"state": "NE",
"name": "Gage"
},
"35031": {
"state": "NM",
"name": "McKinley"
},
"31065": {
"state": "NE",
"name": "Furnas"
},
"35033": {
"state": "NM",
"name": "Mora"
},
"31063": {
"state": "NE",
"name": "Frontier"
},
"35035": {
"state": "NM",
"name": "Otero"
},
"31061": {
"state": "NE",
"name": "Franklin"
},
"35037": {
"state": "NM",
"name": "Quay"
},
"51021": {
"state": "VA",
"name": "Bland"
},
"55099": {
"state": "WI",
"name": "Price"
},
"06089": {
"state": "CA",
"name": "Shasta"
},
"55015": {
"state": "WI",
"name": "Calumet"
},
"19191": {
"state": "IA",
"name": "Winneshiek"
},
"55095": {
"state": "WI",
"name": "Polk"
},
"19193": {
"state": "IA",
"name": "Woodbury"
},
"55097": {
"state": "WI",
"name": "Portage"
},
"19195": {
"state": "IA",
"name": "Worth"
},
"51023": {
"state": "VA",
"name": "Botetourt"
},
"19197": {
"state": "IA",
"name": "Wright"
},
"55093": {
"state": "WI",
"name": "Pierce"
},
"31085": {
"state": "NE",
"name": "Hayes"
},
"31087": {
"state": "NE",
"name": "Hitchcock"
},
"47159": {
"state": "TN",
"name": "Smith"
},
"31081": {
"state": "NE",
"name": "Hamilton"
},
"31083": {
"state": "NE",
"name": "Harlan"
},
"46037": {
"state": "SD",
"name": "Day"
},
"47153": {
"state": "TN",
"name": "Sequatchie"
},
"47151": {
"state": "TN",
"name": "Scott"
},
"31089": {
"state": "NE",
"name": "Holt"
},
"47157": {
"state": "TN",
"name": "Shelby"
},
"47155": {
"state": "TN",
"name": "Sevier"
},
"29181": {
"state": "MO",
"name": "Ripley"
},
"46035": {
"state": "SD",
"name": "Davison"
},
"51027": {
"state": "VA",
"name": "Buchanan"
},
"19049": {
"state": "IA",
"name": "Dallas"
},
"39099": {
"state": "OH",
"name": "Mahoning"
},
"19047": {
"state": "IA",
"name": "Crawford"
},
"39097": {
"state": "OH",
"name": "Madison"
},
"19045": {
"state": "IA",
"name": "Clinton"
},
"39095": {
"state": "OH",
"name": "Lucas"
},
"19043": {
"state": "IA",
"name": "Clayton"
},
"39093": {
"state": "OH",
"name": "Lorain"
},
"19041": {
"state": "IA",
"name": "Clay"
},
"39091": {
"state": "OH",
"name": "Logan"
},
"28159": {
"state": "MS",
"name": "Winston"
},
"51029": {
"state": "VA",
"name": "Buckingham"
},
"54069": {
"state": "WV",
"name": "Ohio"
},
"39149": {
"state": "OH",
"name": "Shelby"
},
"28151": {
"state": "MS",
"name": "Washington"
},
"28153": {
"state": "MS",
"name": "Wayne"
},
"46031": {
"state": "SD",
"name": "Corson"
},
"28155": {
"state": "MS",
"name": "Webster"
},
"28157": {
"state": "MS",
"name": "Wilkinson"
},
"38023": {
"state": "ND",
"name": "Divide"
},
"48379": {
"state": "TX",
"name": "Rains"
},
"55019": {
"state": "WI",
"name": "Clark"
},
"29189": {
"state": "MO",
"name": "St. Louis County"
},
"05129": {
"state": "AR",
"name": "Searcy"
},
"39147": {
"state": "OH",
"name": "Seneca"
},
"36059": {
"state": "NY",
"name": "Nassau"
},
"48049": {
"state": "TX",
"name": "Brown"
},
"54067": {
"state": "WV",
"name": "Nicholas"
},
"27087": {
"state": "MN",
"name": "Mahnomen"
},
"27085": {
"state": "MN",
"name": "McLeod"
},
"27083": {
"state": "MN",
"name": "Lyon"
},
"27081": {
"state": "MN",
"name": "Lincoln"
},
"51730": {
"state": "VA",
"name": "Petersburg"
},
"40061": {
"state": "OK",
"name": "Haskell"
},
"48371": {
"state": "TX",
"name": "Pecos"
},
"27089": {
"state": "MN",
"name": "Marshall"
},
"21031": {
"state": "KY",
"name": "Butler"
},
"21033": {
"state": "KY",
"name": "Caldwell"
},
"21035": {
"state": "KY",
"name": "Calloway"
},
"21037": {
"state": "KY",
"name": "Campbell"
},
"21039": {
"state": "KY",
"name": "Carlisle"
},
"48377": {
"state": "TX",
"name": "Presidio"
},
"22045": {
"state": "LA",
"name": "Iberia"
},
"39111": {
"state": "OH",
"name": "Monroe"
},
"22047": {
"state": "LA",
"name": "Iberville"
},
"22041": {
"state": "LA",
"name": "Franklin"
},
"05123": {
"state": "AR",
"name": "Saint Francis"
},
"22043": {
"state": "LA",
"name": "Grant"
},
"25027": {
"state": "MA",
"name": "Worcester"
},
"25025": {
"state": "MA",
"name": "Suffolk"
},
"22049": {
"state": "LA",
"name": "Jackson"
},
"25023": {
"state": "MA",
"name": "Plymouth"
},
"25021": {
"state": "MA",
"name": "Norfolk"
},
"06065": {
"state": "CA",
"name": "Riverside"
},
"06067": {
"state": "CA",
"name": "Sacramento"
},
"06061": {
"state": "CA",
"name": "Placer"
},
"06063": {
"state": "CA",
"name": "Plumas"
},
"06069": {
"state": "CA",
"name": "San Benito"
},
"51640": {
"state": "VA",
"name": "Galax"
},
"37169": {
"state": "NC",
"name": "Stokes"
},
"56015": {
"state": "WY",
"name": "Goshen"
},
"17101": {
"state": "IL",
"name": "Lawrence"
},
"53069": {
"state": "WA",
"name": "Wahkiakum"
},
"17103": {
"state": "IL",
"name": "Lee"
},
"56011": {
"state": "WY",
"name": "Crook"
},
"17105": {
"state": "IL",
"name": "Livingston"
},
"56013": {
"state": "WY",
"name": "Fremont"
},
"17107": {
"state": "IL",
"name": "Logan"
},
"53063": {
"state": "WA",
"name": "Spokane"
},
"17109": {
"state": "IL",
"name": "McDonough"
},
"53061": {
"state": "WA",
"name": "Snohomish"
},
"05045": {
"state": "AR",
"name": "Faulkner"
},
"53067": {
"state": "WA",
"name": "Thurston"
},
"05043": {
"state": "AR",
"name": "Drew"
},
"53065": {
"state": "WA",
"name": "Stevens"
},
"05041": {
"state": "AR",
"name": "Desha"
},
"36089": {
"state": "NY",
"name": "Saint Lawrence"
},
"21149": {
"state": "KY",
"name": "McLean"
},
"17145": {
"state": "IL",
"name": "Perry"
},
"21145": {
"state": "KY",
"name": "McCracken"
},
"36081": {
"state": "NY",
"name": "Queens"
},
"21147": {
"state": "KY",
"name": "McCreary"
},
"36083": {
"state": "NY",
"name": "Rensselaer"
},
"21141": {
"state": "KY",
"name": "Logan"
},
"36085": {
"state": "NY",
"name": "Staten Island"
},
"21143": {
"state": "KY",
"name": "Lyon"
},
"36087": {
"state": "NY",
"name": "Rockland"
},
"17147": {
"state": "IL",
"name": "Piatt"
},
"40075": {
"state": "OK",
"name": "Kiowa"
},
"48291": {
"state": "TX",
"name": "Liberty"
},
"17141": {
"state": "IL",
"name": "Ogle"
},
"26113": {
"state": "MI",
"name": "Missaukee"
},
"42091": {
"state": "PA",
"name": "Montgomery"
},
"26111": {
"state": "MI",
"name": "Midland"
},
"40077": {
"state": "OK",
"name": "Latimer"
},
"26117": {
"state": "MI",
"name": "Montcalm"
},
"42095": {
"state": "PA",
"name": "Northampton"
},
"26115": {
"state": "MI",
"name": "Monroe"
},
"42097": {
"state": "PA",
"name": "Northumberland"
},
"49019": {
"state": "UT",
"name": "Grand"
},
"42099": {
"state": "PA",
"name": "Perry"
},
"26119": {
"state": "MI",
"name": "Montmorency"
},
"17143": {
"state": "IL",
"name": "Peoria"
},
"40071": {
"state": "OK",
"name": "Kay"
},
"20143": {
"state": "KS",
"name": "Ottawa"
},
"20141": {
"state": "KS",
"name": "Osborne"
},
"20147": {
"state": "KS",
"name": "Phillips"
},
"20145": {
"state": "KS",
"name": "Pawnee"
},
"46135": {
"state": "SD",
"name": "Yankton"
},
"20149": {
"state": "KS",
"name": "Pottawatomie"
},
"17079": {
"state": "IL",
"name": "Jasper"
},
"17075": {
"state": "IL",
"name": "Iroquois"
},
"17077": {
"state": "IL",
"name": "Jackson"
},
"17071": {
"state": "IL",
"name": "Henderson"
},
"17073": {
"state": "IL",
"name": "Henry"
},
"51019": {
"state": "VA",
"name": "Bedford"
},
"40079": {
"state": "OK",
"name": "LeFlore"
},
"48413": {
"state": "TX",
"name": "Schleicher"
},
"41019": {
"state": "OR",
"name": "Douglas"
},
"45029": {
"state": "SC",
"name": "Colleton"
},
"41011": {
"state": "OR",
"name": "Coos"
},
"45025": {
"state": "SC",
"name": "Chesterfield"
},
"41013": {
"state": "OR",
"name": "Crook"
},
"45027": {
"state": "SC",
"name": "Clarendon"
},
"41015": {
"state": "OR",
"name": "Curry"
},
"45021": {
"state": "SC",
"name": "Cherokee"
},
"41017": {
"state": "OR",
"name": "Deschutes"
},
"45023": {
"state": "SC",
"name": "Chester"
},
"24047": {
"state": "MD",
"name": "Worcester"
},
"24045": {
"state": "MD",
"name": "Wicomico"
},
"24043": {
"state": "MD",
"name": "Washington"
},
"48299": {
"state": "TX",
"name": "Llano"
},
"24041": {
"state": "MD",
"name": "Talbot"
},
"29219": {
"state": "MO",
"name": "Warren"
},
"48295": {
"state": "TX",
"name": "Lipscomb"
},
"40031": {
"state": "OK",
"name": "Comanche"
},
"53025": {
"state": "WA",
"name": "Grant"
},
"42133": {
"state": "PA",
"name": "York"
},
"48293": {
"state": "TX",
"name": "Limestone"
},
"51045": {
"state": "VA",
"name": "Craig"
},
"53013": {
"state": "WA",
"name": "Columbia"
},
"36067": {
"state": "NY",
"name": "Onondaga"
},
"37049": {
"state": "NC",
"name": "Craven"
},
"13169": {
"state": "GA",
"name": "Jones"
},
"36063": {
"state": "NY",
"name": "Niagara"
},
"36061": {
"state": "NY",
"name": "Manhattan"
},
"37043": {
"state": "NC",
"name": "Clay"
},
"13163": {
"state": "GA",
"name": "Jefferson"
},
"37041": {
"state": "NC",
"name": "Chowan"
},
"13161": {
"state": "GA",
"name": "Jeff Davis"
},
"37047": {
"state": "NC",
"name": "Columbus"
},
"13167": {
"state": "GA",
"name": "Johnson"
},
"37045": {
"state": "NC",
"name": "Cleveland"
},
"13165": {
"state": "GA",
"name": "Jenkins"
},
"04027": {
"state": "AZ",
"name": "Yuma"
},
"54041": {
"state": "WV",
"name": "Lewis"
},
"04025": {
"state": "AZ",
"name": "Yavapai"
},
"54043": {
"state": "WV",
"name": "Lincoln"
},
"04023": {
"state": "AZ",
"name": "Santa Cruz"
},
"54045": {
"state": "WV",
"name": "Logan"
},
"04021": {
"state": "AZ",
"name": "Pinal"
},
"08019": {
"state": "CO",
"name": "Clear Creek"
},
"08017": {
"state": "CO",
"name": "Cheyenne"
},
"08014": {
"state": "CO",
"name": "Broomfield"
},
"08015": {
"state": "CO",
"name": "Chaffee"
},
"08013": {
"state": "CO",
"name": "Boulder"
},
"08011": {
"state": "CO",
"name": "Bent"
},
"38043": {
"state": "ND",
"name": "Kidder"
},
"38041": {
"state": "ND",
"name": "Hettinger"
},
"38047": {
"state": "ND",
"name": "Logan"
},
"38045": {
"state": "ND",
"name": "LaMoure"
},
"38049": {
"state": "ND",
"name": "McHenry"
},
"13017": {
"state": "GA",
"name": "Ben Hill"
},
"13015": {
"state": "GA",
"name": "Bartow"
},
"13013": {
"state": "GA",
"name": "Barrow"
},
"30109": {
"state": "MT",
"name": "Wibaux"
},
"13011": {
"state": "GA",
"name": "Banks"
},
"30107": {
"state": "MT",
"name": "Wheatland"
},
"30105": {
"state": "MT",
"name": "Valley"
},
"40019": {
"state": "OK",
"name": "Carter"
},
"30103": {
"state": "MT",
"name": "Treasure"
},
"30101": {
"state": "MT",
"name": "Toole"
},
"13019": {
"state": "GA",
"name": "Berrien"
},
"18079": {
"state": "IN",
"name": "Jennings"
},
"18071": {
"state": "IN",
"name": "Jackson"
},
"18073": {
"state": "IN",
"name": "Jasper"
},
"18075": {
"state": "IN",
"name": "Jay"
},
"46107": {
"state": "SD",
"name": "Potter"
},
"18077": {
"state": "IN",
"name": "Jefferson"
},
"28033": {
"state": "MS",
"name": "DeSoto"
},
"28031": {
"state": "MS",
"name": "Covington"
},
"28037": {
"state": "MS",
"name": "Franklin"
},
"28035": {
"state": "MS",
"name": "Forrest"
},
"48189": {
"state": "TX",
"name": "Hale"
},
"28039": {
"state": "MS",
"name": "George"
},
"29039": {
"state": "MO",
"name": "Cedar"
},
"37131": {
"state": "NC",
"name": "Northampton"
},
"37137": {
"state": "NC",
"name": "Pamlico"
},
"37135": {
"state": "NC",
"name": "Orange"
},
"29031": {
"state": "MO",
"name": "Cape Girardeau"
},
"29033": {
"state": "MO",
"name": "Carroll"
},
"29035": {
"state": "MO",
"name": "Carter"
},
"29037": {
"state": "MO",
"name": "Cass"
},
"47099": {
"state": "TN",
"name": "Lawrence"
},
"47093": {
"state": "TN",
"name": "Knox"
},
"47091": {
"state": "TN",
"name": "Johnson"
},
"47097": {
"state": "TN",
"name": "Lauderdale"
},
"47095": {
"state": "TN",
"name": "Lake"
},
"40037": {
"state": "OK",
"name": "Creek"
},
"18105": {
"state": "IN",
"name": "Monroe"
},
"16037": {
"state": "ID",
"name": "Custer"
},
"18107": {
"state": "IN",
"name": "Montgomery"
},
"18101": {
"state": "IN",
"name": "Martin"
},
"18103": {
"state": "IN",
"name": "Miami"
},
"39035": {
"state": "OH",
"name": "Cuyahoga"
},
"18109": {
"state": "IN",
"name": "Morgan"
},
"19027": {
"state": "IA",
"name": "Carroll"
},
"51071": {
"state": "VA",
"name": "Giles"
},
"39037": {
"state": "OH",
"name": "Darke"
},
"16033": {
"state": "ID",
"name": "Clark"
},
"39031": {
"state": "OH",
"name": "Coshocton"
},
"29145": {
"state": "MO",
"name": "Newton"
},
"31079": {
"state": "NE",
"name": "Hall"
},
"29147": {
"state": "MO",
"name": "Nodaway"
},
"34023": {
"state": "NJ",
"name": "Middlesex"
},
"29141": {
"state": "MO",
"name": "Morgan"
},
"16031": {
"state": "ID",
"name": "Cassia"
},
"29143": {
"state": "MO",
"name": "New Madrid"
},
"34027": {
"state": "NJ",
"name": "Morris"
},
"31071": {
"state": "NE",
"name": "Garfield"
},
"31073": {
"state": "NE",
"name": "Gosper"
},
"29149": {
"state": "MO",
"name": "Oregon"
},
"31075": {
"state": "NE",
"name": "Grant"
},
"30079": {
"state": "MT",
"name": "Prairie"
},
"31077": {
"state": "NE",
"name": "Greeley"
},
"47167": {
"state": "TN",
"name": "Tipton"
},
"06099": {
"state": "CA",
"name": "Stanislaus"
},
"47165": {
"state": "TN",
"name": "Sumner"
},
"19189": {
"state": "IA",
"name": "Winnebago"
},
"47163": {
"state": "TN",
"name": "Sullivan"
},
"47161": {
"state": "TN",
"name": "Stewart"
},
"06091": {
"state": "CA",
"name": "Sierra"
},
"06093": {
"state": "CA",
"name": "Siskiyou"
},
"06095": {
"state": "CA",
"name": "Solano"
},
"47169": {
"state": "TN",
"name": "Trousdale"
},
"06097": {
"state": "CA",
"name": "Sonoma"
},
"31097": {
"state": "NE",
"name": "Johnson"
},
"31095": {
"state": "NE",
"name": "Jefferson"
},
"31093": {
"state": "NE",
"name": "Howard"
},
"31091": {
"state": "NE",
"name": "Hooker"
},
"31099": {
"state": "NE",
"name": "Kearney"
},
"19059": {
"state": "IA",
"name": "Dickinson"
},
"55039": {
"state": "WI",
"name": "Fond du Lac"
},
"49021": {
"state": "UT",
"name": "Iron"
},
"19051": {
"state": "IA",
"name": "Davis"
},
"19053": {
"state": "IA",
"name": "Decatur"
},
"19055": {
"state": "IA",
"name": "Delaware"
},
"19057": {
"state": "IA",
"name": "Des Moines"
},
"31141": {
"state": "NE",
"name": "Platte"
},
"28149": {
"state": "MS",
"name": "Warren"
},
"28143": {
"state": "MS",
"name": "Tunica"
},
"28141": {
"state": "MS",
"name": "Tishomingo"
},
"28147": {
"state": "MS",
"name": "Walthall"
},
"28145": {
"state": "MS",
"name": "Union"
},
"37113": {
"state": "NC",
"name": "Macon"
},
"37031": {
"state": "NC",
"name": "Carteret"
},
"22123": {
"state": "LA",
"name": "West Carroll"
},
"22121": {
"state": "LA",
"name": "West Baton Rouge"
},
"22127": {
"state": "LA",
"name": "Winn"
},
"22125": {
"state": "LA",
"name": "West Feliciana"
},
"49023": {
"state": "UT",
"name": "Juab"
},
"31143": {
"state": "NE",
"name": "Polk"
},
"39135": {
"state": "OH",
"name": "Preble"
},
"39137": {
"state": "OH",
"name": "Putnam"
},
"39131": {
"state": "OH",
"name": "Pike"
},
"39133": {
"state": "OH",
"name": "Portage"
},
"51720": {
"state": "VA",
"name": "Norton"
},
"39139": {
"state": "OH",
"name": "Richland"
},
"21023": {
"state": "KY",
"name": "Bracken"
},
"21021": {
"state": "KY",
"name": "Boyle"
},
"21027": {
"state": "KY",
"name": "Breckinridge"
},
"21025": {
"state": "KY",
"name": "Breathitt"
},
"21029": {
"state": "KY",
"name": "Bullitt"
},
"22057": {
"state": "LA",
"name": "Lafourche"
},
"25019": {
"state": "MA",
"name": "Nantucket"
},
"22055": {
"state": "LA",
"name": "Lafayette"
},
"22053": {
"state": "LA",
"name": "Jeff Davis"
},
"22051": {
"state": "LA",
"name": "Jefferson"
},
"25013": {
"state": "MA",
"name": "Hampden"
},
"25011": {
"state": "MA",
"name": "Franklin"
},
"25017": {
"state": "MA",
"name": "Middlesex"
},
"25015": {
"state": "MA",
"name": "Hampshire"
},
"22059": {
"state": "LA",
"name": "LaSalle"
},
"06077": {
"state": "CA",
"name": "San Joaquin"
},
"06075": {
"state": "CA",
"name": "San Francisco"
},
"06073": {
"state": "CA",
"name": "San Diego"
},
"06071": {
"state": "CA",
"name": "San Bernardino"
},
"31145": {
"state": "NE",
"name": "Red Willow"
},
"06079": {
"state": "CA",
"name": "San Luis Obispo"
},
"48271": {
"state": "TX",
"name": "Kinney"
},
"51650": {
"state": "VA",
"name": "Hampton"
},
"56007": {
"state": "WY",
"name": "Carbon"
},
"05079": {
"state": "AR",
"name": "Lincoln"
},
"56005": {
"state": "WY",
"name": "Campbell"
},
"56003": {
"state": "WY",
"name": "Big Horn"
},
"56001": {
"state": "WY",
"name": "Albany"
},
"05073": {
"state": "AR",
"name": "Lafayette"
},
"05071": {
"state": "AR",
"name": "Johnson"
},
"05077": {
"state": "AR",
"name": "Lee"
},
"53031": {
"state": "WA",
"name": "Jefferson"
},
"05075": {
"state": "AR",
"name": "Lawrence"
},
"56009": {
"state": "WY",
"name": "Converse"
},
"48183": {
"state": "TX",
"name": "Gregg"
},
"21159": {
"state": "KY",
"name": "Martin"
},
"21157": {
"state": "KY",
"name": "Marshall"
},
"21155": {
"state": "KY",
"name": "Marion"
},
"21153": {
"state": "KY",
"name": "Magoffin"
},
"21151": {
"state": "KY",
"name": "Madison"
},
"48279": {
"state": "TX",
"name": "Lamb"
},
"31147": {
"state": "NE",
"name": "Richardson"
},
"46121": {
"state": "SD",
"name": "Todd"
},
"49003": {
"state": "UT",
"name": "Box Elder"
},
"49001": {
"state": "UT",
"name": "Beaver"
},
"42069": {
"state": "PA",
"name": "Lackawanna"
},
"26109": {
"state": "MI",
"name": "Menominee"
},
"49005": {
"state": "UT",
"name": "Cache"
},
"42065": {
"state": "PA",
"name": "Jefferson"
},
"26105": {
"state": "MI",
"name": "Mason"
},
"42067": {
"state": "PA",
"name": "Juniata"
},
"26107": {
"state": "MI",
"name": "Mecosta"
},
"42061": {
"state": "PA",
"name": "Huntingdon"
},
"26101": {
"state": "MI",
"name": "Manistee"
},
"42063": {
"state": "PA",
"name": "Indiana"
},
"26103": {
"state": "MI",
"name": "Marquette"
},
"48359": {
"state": "TX",
"name": "Oldham"
},
"40107": {
"state": "OK",
"name": "Okfuskee"
},
"20179": {
"state": "KS",
"name": "Sheridan"
},
"20177": {
"state": "KS",
"name": "Shawnee"
},
"53033": {
"state": "WA",
"name": "King"
},
"20175": {
"state": "KS",
"name": "Seward"
},
"20173": {
"state": "KS",
"name": "Sedgwick"
},
"20171": {
"state": "KS",
"name": "Scott"
},
"17009": {
"state": "IL",
"name": "Brown"
},
"17001": {
"state": "IL",
"name": "Adams"
},
"44009": {
"state": "RI",
"name": "Washington"
},
"17003": {
"state": "IL",
"name": "Alexander"
},
"17005": {
"state": "IL",
"name": "Bond"
},
"17007": {
"state": "IL",
"name": "Boone"
},
"53075": {
"state": "WA",
"name": "Whitman"
},
"53077": {
"state": "WA",
"name": "Yakima"
},
"53071": {
"state": "WA",
"name": "Walla Walla"
},
"53073": {
"state": "WA",
"name": "Whatcom"
},
"40051": {
"state": "OK",
"name": "Grady"
},
"40055": {
"state": "OK",
"name": "Greer"
},
"45051": {
"state": "SC",
"name": "Horry"
},
"41003": {
"state": "OR",
"name": "Benton"
},
"45053": {
"state": "SC",
"name": "Jasper"
},
"40033": {
"state": "OK",
"name": "Cotton"
},
"45055": {
"state": "SC",
"name": "Kershaw"
},
"41007": {
"state": "OR",
"name": "Clatsop"
},
"45057": {
"state": "SC",
"name": "Lancaster"
},
"40053": {
"state": "OK",
"name": "Grant"
},
"29203": {
"state": "MO",
"name": "Shannon"
},
"29201": {
"state": "MO",
"name": "Scott"
},
"29207": {
"state": "MO",
"name": "Stoddard"
},
"29205": {
"state": "MO",
"name": "Shelby"
},
"29209": {
"state": "MO",
"name": "Stone"
},
"13157": {
"state": "GA",
"name": "Jackson"
},
"37055": {
"state": "NC",
"name": "Dare"
},
"13155": {
"state": "GA",
"name": "Irwin"
},
"37057": {
"state": "NC",
"name": "Davidson"
},
"01019": {
"state": "AL",
"name": "Cherokee"
},
"37051": {
"state": "NC",
"name": "Cumberland"
},
"13151": {
"state": "GA",
"name": "Henry"
},
"37053": {
"state": "NC",
"name": "Currituck"
},
"01015": {
"state": "AL",
"name": "Calhoun"
},
"01017": {
"state": "AL",
"name": "Chambers"
},
"01011": {
"state": "AL",
"name": "Bullock"
},
"37059": {
"state": "NC",
"name": "Davie"
},
"01013": {
"state": "AL",
"name": "Butler"
},
"36053": {
"state": "NY",
"name": "Madison"
},
"33009": {
"state": "NH",
"name": "Grafton"
},
"36057": {
"state": "NY",
"name": "Montgomery"
},
"36055": {
"state": "NY",
"name": "Monroe"
},
"33003": {
"state": "NH",
"name": "Carroll"
},
"48409": {
"state": "TX",
"name": "San Patricio"
},
"33001": {
"state": "NH",
"name": "Belknap"
},
"33007": {
"state": "NH",
"name": "Coos"
},
"33005": {
"state": "NH",
"name": "Cheshire"
},
"09007": {
"state": "CT",
"name": "Middlesex"
},
"08029": {
"state": "CO",
"name": "Delta"
},
"09005": {
"state": "CT",
"name": "Litchfield"
},
"09003": {
"state": "CT",
"name": "Hartford"
},
"09001": {
"state": "CT",
"name": "Fairfield"
},
"08023": {
"state": "CO",
"name": "Costilla"
},
"08021": {
"state": "CO",
"name": "Conejos"
},
"08027": {
"state": "CO",
"name": "Custer"
},
"08025": {
"state": "CO",
"name": "Crowley"
},
"09009": {
"state": "CT",
"name": "New Haven"
},
"48175": {
"state": "TX",
"name": "Goliad"
},
"48177": {
"state": "TX",
"name": "Gonzales"
},
"48171": {
"state": "TX",
"name": "Gillespie"
},
"38079": {
"state": "ND",
"name": "Rolette"
},
"38077": {
"state": "ND",
"name": "Richland"
},
"38075": {
"state": "ND",
"name": "Renville"
},
"38073": {
"state": "ND",
"name": "Ransom"
},
"48407": {
"state": "TX",
"name": "San Jacinto"
},
"38071": {
"state": "ND",
"name": "Ramsey"
},
"20195": {
"state": "KS",
"name": "Trego"
},
"20197": {
"state": "KS",
"name": "Wabaunsee"
},
"20191": {
"state": "KS",
"name": "Sumner"
},
"20193": {
"state": "KS",
"name": "Thomas"
},
"40025": {
"state": "OK",
"name": "Cimarron"
},
"20199": {
"state": "KS",
"name": "Wallace"
},
"13023": {
"state": "GA",
"name": "Bleckley"
},
"13021": {
"state": "GA",
"name": "Bibb"
},
"13027": {
"state": "GA",
"name": "Brooks"
},
"13025": {
"state": "GA",
"name": "Brantley"
},
"01121": {
"state": "AL",
"name": "Talladega"
},
"30111": {
"state": "MT",
"name": "Yellowstone"
},
"01123": {
"state": "AL",
"name": "Tallapoosa"
},
"39005": {
"state": "OH",
"name": "Ashland"
},
"01125": {
"state": "AL",
"name": "Tuscaloosa"
},
"55013": {
"state": "WI",
"name": "Burnett"
},
"01127": {
"state": "AL",
"name": "Walker"
},
"35028": {
"state": "NM",
"name": "Los Alamos"
},
"18069": {
"state": "IN",
"name": "Huntington"
},
"18063": {
"state": "IN",
"name": "Hendricks"
},
"18061": {
"state": "IN",
"name": "Harrison"
},
"18067": {
"state": "IN",
"name": "Howard"
},
"18065": {
"state": "IN",
"name": "Henry"
},
"28009": {
"state": "MS",
"name": "Benton"
},
"28007": {
"state": "MS",
"name": "Attala"
},
"28005": {
"state": "MS",
"name": "Amite"
},
"28003": {
"state": "MS",
"name": "Alcorn"
},
"28001": {
"state": "MS",
"name": "Adams"
},
"29029": {
"state": "MO",
"name": "Camden"
},
"37129": {
"state": "NC",
"name": "New Hanover"
},
"39007": {
"state": "OH",
"name": "Ashtabula"
},
"29023": {
"state": "MO",
"name": "Butler"
},
"29021": {
"state": "MO",
"name": "Buchanan"
},
"29027": {
"state": "MO",
"name": "Callaway"
},
"29025": {
"state": "MO",
"name": "Caldwell"
},
"18117": {
"state": "IN",
"name": "Orange"
},
"18115": {
"state": "IN",
"name": "Ohio"
},
"18113": {
"state": "IN",
"name": "Noble"
},
"18111": {
"state": "IN",
"name": "Newton"
},
"18119": {
"state": "IN",
"name": "Owen"
},
"45077": {
"state": "SC",
"name": "Pickens"
},
"51007": {
"state": "VA",
"name": "Amelia"
},
"40123": {
"state": "OK",
"name": "Pontotoc"
},
"24510": {
"state": "MD",
"name": "Baltimore City"
},
"38095": {
"state": "ND",
"name": "Towner"
},
"29157": {
"state": "MO",
"name": "Perry"
},
"38097": {
"state": "ND",
"name": "Traill"
},
"29155": {
"state": "MO",
"name": "Pemiscot"
},
"38091": {
"state": "ND",
"name": "Steele"
},
"29153": {
"state": "MO",
"name": "Ozark"
},
"38093": {
"state": "ND",
"name": "Stutsman"
},
"29151": {
"state": "MO",
"name": "Osage"
},
"30069": {
"state": "MT",
"name": "Petroleum"
},
"38099": {
"state": "ND",
"name": "Walsh"
},
"53057": {
"state": "WA",
"name": "Skagit"
},
"29159": {
"state": "MO",
"name": "Pettis"
},
"47171": {
"state": "TN",
"name": "Unicoi"
},
"47173": {
"state": "TN",
"name": "Union"
},
"39129": {
"state": "OH",
"name": "Pickaway"
},
"37115": {
"state": "NC",
"name": "Madison"
},
"47179": {
"state": "TN",
"name": "Washington"
},
"40125": {
"state": "OK",
"name": "Pottawatomie"
},
"51005": {
"state": "VA",
"name": "Alleghany"
},
"47027": {
"state": "TN",
"name": "Clay"
},
"47085": {
"state": "TN",
"name": "Humphreys"
},
"47087": {
"state": "TN",
"name": "Jackson"
},
"45079": {
"state": "SC",
"name": "Richland"
},
"47083": {
"state": "TN",
"name": "Houston"
},
"47089": {
"state": "TN",
"name": "Jefferson"
},
"55141": {
"state": "WI",
"name": "Wood"
},
"19083": {
"state": "IA",
"name": "Hardin"
},
"19081": {
"state": "IA",
"name": "Hancock"
},
"37117": {
"state": "NC",
"name": "Martin"
},
"22113": {
"state": "LA",
"name": "Vermilion"
},
"42037": {
"state": "PA",
"name": "Columbia"
},
"19085": {
"state": "IA",
"name": "Harrison"
},
"16055": {
"state": "ID",
"name": "Kootenai"
},
"19089": {
"state": "IA",
"name": "Howard"
},
"16051": {
"state": "ID",
"name": "Jefferson"
},
"16053": {
"state": "ID",
"name": "Jerome"
},
"51003": {
"state": "VA",
"name": "Albemarle"
},
"48375": {
"state": "TX",
"name": "Potter"
},
"51710": {
"state": "VA",
"name": "Norfolk"
},
"48199": {
"state": "TX",
"name": "Hardin"
},
"51087": {
"state": "VA",
"name": "Henrico"
},
"39127": {
"state": "OH",
"name": "Perry"
},
"51085": {
"state": "VA",
"name": "Hanover"
},
"39125": {
"state": "OH",
"name": "Paulding"
},
"51083": {
"state": "VA",
"name": "Halifax"
},
"39123": {
"state": "OH",
"name": "Ottawa"
},
"51081": {
"state": "VA",
"name": "Greensville"
},
"39121": {
"state": "OH",
"name": "Noble"
},
"31155": {
"state": "NE",
"name": "Saunders"
},
"51089": {
"state": "VA",
"name": "Henry"
},
"37111": {
"state": "NC",
"name": "McDowell"
},
"25005": {
"state": "MA",
"name": "Bristol"
},
"25007": {
"state": "MA",
"name": "Dukes"
},
"25001": {
"state": "MA",
"name": "Barnstable"
},
"21019": {
"state": "KY",
"name": "Boyd"
},
"25003": {
"state": "MA",
"name": "Berkshire"
},
"21017": {
"state": "KY",
"name": "Bourbon"
},
"21015": {
"state": "KY",
"name": "Boone"
},
"21013": {
"state": "KY",
"name": "Bell"
},
"25009": {
"state": "MA",
"name": "Essex"
},
"21011": {
"state": "KY",
"name": "Bath"
},
"22063": {
"state": "LA",
"name": "Livingston"
},
"22061": {
"state": "LA",
"name": "Lincoln"
},
"22067": {
"state": "LA",
"name": "Morehouse"
},
"22065": {
"state": "LA",
"name": "Madison"
},
"51001": {
"state": "VA",
"name": "Accomack"
},
"22069": {
"state": "LA",
"name": "Natchitoches"
},
"06043": {
"state": "CA",
"name": "Mariposa"
},
"53029": {
"state": "WA",
"name": "Island"
},
"06041": {
"state": "CA",
"name": "Marin"
},
"49009": {
"state": "UT",
"name": "Daggett"
},
"06047": {
"state": "CA",
"name": "Merced"
},
"06045": {
"state": "CA",
"name": "Mendocino"
},
"48389": {
"state": "TX",
"name": "Reeves"
},
"46119": {
"state": "SD",
"name": "Sully"
},
"48197": {
"state": "TX",
"name": "Hardeman"
},
"06049": {
"state": "CA",
"name": "Modoc"
},
"51660": {
"state": "VA",
"name": "Harrisonburg"
},
"31153": {
"state": "NE",
"name": "Sarpy"
},
"56033": {
"state": "WY",
"name": "Sheridan"
},
"56031": {
"state": "WY",
"name": "Platte"
},
"56037": {
"state": "WY",
"name": "Sweetwater"
},
"56035": {
"state": "WY",
"name": "Sublette"
},
"56039": {
"state": "WY",
"name": "Teton"
},
"21169": {
"state": "KY",
"name": "Metcalfe"
},
"32031": {
"state": "NV",
"name": "Washoe"
},
"32033": {
"state": "NV",
"name": "White Pine"
},
"21163": {
"state": "KY",
"name": "Meade"
},
"21161": {
"state": "KY",
"name": "Mason"
},
"21167": {
"state": "KY",
"name": "Mercer"
},
"21165": {
"state": "KY",
"name": "Menifee"
},
"48195": {
"state": "TX",
"name": "Hansford"
},
"49031": {
"state": "UT",
"name": "Piute"
},
"51049": {
"state": "VA",
"name": "Cumberland"
},
"48355": {
"state": "TX",
"name": "Nueces"
},
"46029": {
"state": "SD",
"name": "Codington"
},
"31151": {
"state": "NE",
"name": "Saline"
},
"49039": {
"state": "UT",
"name": "Sanpete"
},
"42079": {
"state": "PA",
"name": "Luzerne"
},
"46025": {
"state": "SD",
"name": "Clark"
},
"42077": {
"state": "PA",
"name": "Lehigh"
},
"46027": {
"state": "SD",
"name": "Clay"
},
"42075": {
"state": "PA",
"name": "Lebanon"
},
"46021": {
"state": "SD",
"name": "Campbell"
},
"42073": {
"state": "PA",
"name": "Lawrence"
},
"46023": {
"state": "SD",
"name": "Charles Mix"
},
"42071": {
"state": "PA",
"name": "Lancaster"
},
"20169": {
"state": "KS",
"name": "Saline"
},
"48349": {
"state": "TX",
"name": "Navarro"
},
"20161": {
"state": "KS",
"name": "Riley"
},
"20163": {
"state": "KS",
"name": "Rooks"
},
"20165": {
"state": "KS",
"name": "Rush"
},
"20167": {
"state": "KS",
"name": "Russell"
},
"51043": {
"state": "VA",
"name": "Clarke"
},
"17019": {
"state": "IL",
"name": "Champaign"
},
"48353": {
"state": "TX",
"name": "Nolan"
},
"51590": {
"state": "VA",
"name": "Danville"
},
"17013": {
"state": "IL",
"name": "Calhoun"
},
"17011": {
"state": "IL",
"name": "Bureau"
},
"17017": {
"state": "IL",
"name": "Cass"
},
"17015": {
"state": "IL",
"name": "Carroll"
},
"48193": {
"state": "TX",
"name": "Hamilton"
},
"55035": {
"state": "WI",
"name": "Eau Claire"
},
"17167": {
"state": "IL",
"name": "Sangamon"
},
"51047": {
"state": "VA",
"name": "Culpeper"
},
"51017": {
"state": "VA",
"name": "Bath"
},
"48491": {
"state": "TX",
"name": "Williamson"
},
"55033": {
"state": "WI",
"name": "Dunn"
},
"26005": {
"state": "MI",
"name": "Allegan"
},
"05065": {
"state": "AR",
"name": "Izard"
},
"26007": {
"state": "MI",
"name": "Alpena"
},
"05067": {
"state": "AR",
"name": "Jackson"
},
"26001": {
"state": "MI",
"name": "Alcona"
},
"05061": {
"state": "AR",
"name": "Howard"
},
"26003": {
"state": "MI",
"name": "Alger"
},
"05063": {
"state": "AR",
"name": "Independence"
},
"53009": {
"state": "WA",
"name": "Clallam"
},
"55049": {
"state": "WI",
"name": "Iowa"
},
"55031": {
"state": "WI",
"name": "Douglas"
},
"26009": {
"state": "MI",
"name": "Antrim"
},
"05069": {
"state": "AR",
"name": "Jefferson"
},
"48505": {
"state": "TX",
"name": "Zapata"
},
"45049": {
"state": "SC",
"name": "Hampton"
},
"48501": {
"state": "TX",
"name": "Yoakum"
},
"48503": {
"state": "TX",
"name": "Young"
},
"45043": {
"state": "SC",
"name": "Georgetown"
},
"45041": {
"state": "SC",
"name": "Florence"
},
"45047": {
"state": "SC",
"name": "Greenwood"
},
"45045": {
"state": "SC",
"name": "Greenville"
},
"51750": {
"state": "VA",
"name": "Radford"
},
"48499": {
"state": "TX",
"name": "Wood"
},
"37021": {
"state": "NC",
"name": "Buncombe"
},
"13141": {
"state": "GA",
"name": "Hancock"
},
"37023": {
"state": "NC",
"name": "Burke"
},
"13143": {
"state": "GA",
"name": "Haralson"
},
"37025": {
"state": "NC",
"name": "Cabarrus"
},
"13145": {
"state": "GA",
"name": "Harris"
},
"37027": {
"state": "NC",
"name": "Caldwell"
},
"13147": {
"state": "GA",
"name": "Hart"
},
"17113": {
"state": "IL",
"name": "McLean"
},
"01007": {
"state": "AL",
"name": "Bibb"
},
"01005": {
"state": "AL",
"name": "Barbour"
},
"01003": {
"state": "AL",
"name": "Baldwin"
},
"01001": {
"state": "AL",
"name": "Autauga"
},
"42107": {
"state": "PA",
"name": "Schuylkill"
},
"42105": {
"state": "PA",
"name": "Potter"
},
"36049": {
"state": "NY",
"name": "Lewis"
},
"42101": {
"state": "PA",
"name": "Philadelphia"
},
"36045": {
"state": "NY",
"name": "Jefferson"
},
"17169": {
"state": "IL",
"name": "Schuyler"
},
"36041": {
"state": "NY",
"name": "Hamilton"
},
"36043": {
"state": "NY",
"name": "Herkimer"
},
"38069": {
"state": "ND",
"name": "Pierce"
},
"48165": {
"state": "TX",
"name": "Gaines"
},
"48163": {
"state": "TX",
"name": "Frio"
},
"48161": {
"state": "TX",
"name": "Freestone"
},
"38061": {
"state": "ND",
"name": "Mountrail"
},
"38063": {
"state": "ND",
"name": "Nelson"
},
"38065": {
"state": "ND",
"name": "Oliver"
},
"38067": {
"state": "ND",
"name": "Pembina"
},
"20187": {
"state": "KS",
"name": "Stanton"
},
"20185": {
"state": "KS",
"name": "Stafford"
},
"20183": {
"state": "KS",
"name": "Smith"
},
"20181": {
"state": "KS",
"name": "Sherman"
},
"20189": {
"state": "KS",
"name": "Stevens"
},
"41037": {
"state": "OR",
"name": "Lake"
},
"40039": {
"state": "OK",
"name": "Custer"
},
"41035": {
"state": "OR",
"name": "Klamath"
},
"41033": {
"state": "OR",
"name": "Josephine"
},
"13039": {
"state": "GA",
"name": "Camden"
},
"41031": {
"state": "OR",
"name": "Jefferson"
},
"01133": {
"state": "AL",
"name": "Winston"
},
"01131": {
"state": "AL",
"name": "Wilcox"
},
"13031": {
"state": "GA",
"name": "Bulloch"
},
"41039": {
"state": "OR",
"name": "Lane"
},
"13033": {
"state": "GA",
"name": "Burke"
},
"18057": {
"state": "IN",
"name": "Hamilton"
},
"18055": {
"state": "IN",
"name": "Greene"
},
"48095": {
"state": "TX",
"name": "Concho"
},
"18053": {
"state": "IN",
"name": "Grant"
},
"18051": {
"state": "IN",
"name": "Gibson"
},
"18059": {
"state": "IN",
"name": "Hancock"
},
"31163": {
"state": "NE",
"name": "Sherman"
},
"29017": {
"state": "MO",
"name": "Bollinger"
},
"28019": {
"state": "MS",
"name": "Choctaw"
},
"29015": {
"state": "MO",
"name": "Benton"
},
"29013": {
"state": "MO",
"name": "Bates"
},
"29011": {
"state": "MO",
"name": "Barton"
},
"28011": {
"state": "MS",
"name": "Bolivar"
},
"28013": {
"state": "MS",
"name": "Calhoun"
},
"28015": {
"state": "MS",
"name": "Carroll"
},
"29019": {
"state": "MO",
"name": "Boone"
},
"28017": {
"state": "MS",
"name": "Chickasaw"
},
"37159": {
"state": "NC",
"name": "Rowan"
},
"08035": {
"state": "CO",
"name": "Douglas"
},
"08037": {
"state": "CO",
"name": "Eagle"
},
"08031": {
"state": "CO",
"name": "Denver"
},
"08033": {
"state": "CO",
"name": "Dolores"
},
"37151": {
"state": "NC",
"name": "Randolph"
},
"37153": {
"state": "NC",
"name": "Richmond"
},
"37155": {
"state": "NC",
"name": "Robeson"
},
"08039": {
"state": "CO",
"name": "Elbert"
},
"37157": {
"state": "NC",
"name": "Rockingham"
},
"53037": {
"state": "WA",
"name": "Kittitas"
},
"18123": {
"state": "IN",
"name": "Perry"
},
"18121": {
"state": "IN",
"name": "Parke"
},
"18127": {
"state": "IN",
"name": "Porter"
},
"18125": {
"state": "IN",
"name": "Pike"
},
"51520": {
"state": "VA",
"name": "Bristol"
},
"31161": {
"state": "NE",
"name": "Sheridan"
},
"18129": {
"state": "IN",
"name": "Posey"
},
"55041": {
"state": "WI",
"name": "Forest"
},
"29163": {
"state": "MO",
"name": "Pike"
},
"38087": {
"state": "ND",
"name": "Slope"
},
"29161": {
"state": "MO",
"name": "Phelps"
},
"38085": {
"state": "ND",
"name": "Sioux"
},
"29167": {
"state": "MO",
"name": "Polk"
},
"38083": {
"state": "ND",
"name": "Sheridan"
},
"29165": {
"state": "MO",
"name": "Platte"
},
"38081": {
"state": "ND",
"name": "Sargent"
},
"30095": {
"state": "MT",
"name": "Stillwater"
},
"40121": {
"state": "OK",
"name": "Pittsburg"
},
"29169": {
"state": "MO",
"name": "Pulaski"
},
"30091": {
"state": "MT",
"name": "Sheridan"
},
"30093": {
"state": "MT",
"name": "Silver Bow"
},
"38089": {
"state": "ND",
"name": "Stark"
},
"45059": {
"state": "SC",
"name": "Laurens"
},
"47189": {
"state": "TN",
"name": "Wilson"
},
"48453": {
"state": "TX",
"name": "Travis"
},
"47185": {
"state": "TN",
"name": "White"
},
"47187": {
"state": "TN",
"name": "Williamson"
},
"49007": {
"state": "UT",
"name": "Carbon"
},
"47181": {
"state": "TN",
"name": "Wayne"
},
"47183": {
"state": "TN",
"name": "Weakley"
},
"41009": {
"state": "OR",
"name": "Columbia"
},
"31167": {
"state": "NE",
"name": "Stanton"
},
"48457": {
"state": "TX",
"name": "Tyler"
},
"28161": {
"state": "MS",
"name": "Yalobusha"
},
"28163": {
"state": "MS",
"name": "Yazoo"
},
"48455": {
"state": "TX",
"name": "Trinity"
},
"40127": {
"state": "OK",
"name": "Pushmataha"
},
"39013": {
"state": "OH",
"name": "Belmont"
},
"48031": {
"state": "TX",
"name": "Blanco"
},
"22101": {
"state": "LA",
"name": "St. Mary"
},
"22103": {
"state": "LA",
"name": "St. Tammany"
},
"19099": {
"state": "IA",
"name": "Jasper"
},
"22107": {
"state": "LA",
"name": "Tensas"
},
"22109": {
"state": "LA",
"name": "Terrebonne"
},
"16045": {
"state": "ID",
"name": "Gem"
},
"19091": {
"state": "IA",
"name": "Humboldt"
},
"19093": {
"state": "IA",
"name": "Ida"
},
"31165": {
"state": "NE",
"name": "Sioux"
},
"41005": {
"state": "OR",
"name": "Clackamas"
},
"51700": {
"state": "VA",
"name": "Newport News"
},
"44001": {
"state": "RI",
"name": "Bristol"
},
"51740": {
"state": "VA",
"name": "Portsmouth"
},
"39113": {
"state": "OH",
"name": "Montgomery"
},
"51091": {
"state": "VA",
"name": "Highland"
},
"32510": {
"state": "NV",
"name": "Carson City"
},
"51093": {
"state": "VA",
"name": "Isle of Wight"
},
"39117": {
"state": "OH",
"name": "Morrow"
},
"51095": {
"state": "VA",
"name": "James City"
},
"39115": {
"state": "OH",
"name": "Morgan"
},
"51097": {
"state": "VA",
"name": "King and Queen"
},
"51099": {
"state": "VA",
"name": "King George"
},
"39119": {
"state": "OH",
"name": "Muskingum"
},
"39019": {
"state": "OH",
"name": "Carroll"
},
"21009": {
"state": "KY",
"name": "Barren"
},
"21001": {
"state": "KY",
"name": "Adair"
},
"21003": {
"state": "KY",
"name": "Allen"
},
"21005": {
"state": "KY",
"name": "Anderson"
},
"21007": {
"state": "KY",
"name": "Ballard"
},
"48357": {
"state": "TX",
"name": "Ochiltree"
},
"22079": {
"state": "LA",
"name": "Rapides"
},
"22075": {
"state": "LA",
"name": "Plaquemines"
},
"22077": {
"state": "LA",
"name": "Pointe Coupee"
},
"22071": {
"state": "LA",
"name": "Orleans"
},
"22073": {
"state": "LA",
"name": "Ouachita"
},
"46103": {
"state": "SD",
"name": "Pennington"
},
"46101": {
"state": "SD",
"name": "Moody"
},
"06059": {
"state": "CA",
"name": "Orange"
},
"46105": {
"state": "SD",
"name": "Perkins"
},
"06055": {
"state": "CA",
"name": "Napa"
},
"06057": {
"state": "CA",
"name": "Nevada"
},
"06051": {
"state": "CA",
"name": "Mono"
},
"06053": {
"state": "CA",
"name": "Monterey"
},
"27165": {
"state": "MN",
"name": "Watonwan"
},
"53017": {
"state": "WA",
"name": "Douglas"
},
"27167": {
"state": "MN",
"name": "Wilkin"
},
"27161": {
"state": "MN",
"name": "Waseca"
},
"27163": {
"state": "MN",
"name": "Washington"
},
"27169": {
"state": "MN",
"name": "Winona"
},
"21175": {
"state": "KY",
"name": "Morgan"
},
"53043": {
"state": "WA",
"name": "Lincoln"
},
"21177": {
"state": "KY",
"name": "Muhlenberg"
},
"21171": {
"state": "KY",
"name": "Monroe"
},
"21173": {
"state": "KY",
"name": "Montgomery"
},
"51067": {
"state": "VA",
"name": "Franklin"
},
"56025": {
"state": "WY",
"name": "Natrona"
},
"56027": {
"state": "WY",
"name": "Niobrara"
},
"21179": {
"state": "KY",
"name": "Nelson"
},
"56023": {
"state": "WY",
"name": "Lincoln"
},
"32027": {
"state": "NV",
"name": "Pershing"
},
"32023": {
"state": "NV",
"name": "Nye"
},
"30087": {
"state": "MT",
"name": "Rosebud"
},
"13153": {
"state": "GA",
"name": "Houston"
},
"32029": {
"state": "NV",
"name": "Storey"
},
"30085": {
"state": "MT",
"name": "Roosevelt"
},
"53015": {
"state": "WA",
"name": "Cowlitz"
},
"30083": {
"state": "MT",
"name": "Richland"
},
"49029": {
"state": "UT",
"name": "Morgan"
},
"42049": {
"state": "PA",
"name": "Erie"
},
"46039": {
"state": "SD",
"name": "Deuel"
},
"42043": {
"state": "PA",
"name": "Dauphin"
},
"26163": {
"state": "MI",
"name": "Wayne"
},
"42041": {
"state": "PA",
"name": "Cumberland"
},
"26161": {
"state": "MI",
"name": "Washtenaw"
},
"42047": {
"state": "PA",
"name": "Elk"
},
"46033": {
"state": "SD",
"name": "Custer"
},
"42045": {
"state": "PA",
"name": "Delaware"
},
"26165": {
"state": "MI",
"name": "Wexford"
},
"17027": {
"state": "IL",
"name": "Clinton"
},
"17025": {
"state": "IL",
"name": "Clay"
},
"17023": {
"state": "IL",
"name": "Clark"
},
"17021": {
"state": "IL",
"name": "Christian"
},
"05125": {
"state": "AR",
"name": "Saline"
},
"05127": {
"state": "AR",
"name": "Scott"
},
"05121": {
"state": "AR",
"name": "Randolph"
},
"17029": {
"state": "IL",
"name": "Coles"
},
"48225": {
"state": "TX",
"name": "Houston"
},
"13159": {
"state": "GA",
"name": "Jasper"
},
"51820": {
"state": "VA",
"name": "Waynesboro"
},
"48081": {
"state": "TX",
"name": "Coke"
},
"42115": {
"state": "PA",
"name": "Susquehanna"
},
"36051": {
"state": "NY",
"name": "Livingston"
},
"05011": {
"state": "AR",
"name": "Bradley"
},
"26017": {
"state": "MI",
"name": "Bay"
},
"05013": {
"state": "AR",
"name": "Calhoun"
},
"26015": {
"state": "MI",
"name": "Barry"
},
"05015": {
"state": "AR",
"name": "Carroll"
},
"26013": {
"state": "MI",
"name": "Baraga"
},
"05017": {
"state": "AR",
"name": "Chicot"
},
"26011": {
"state": "MI",
"name": "Arenac"
},
"05019": {
"state": "AR",
"name": "Clark"
},
"42111": {
"state": "PA",
"name": "Somerset"
},
"53019": {
"state": "WA",
"name": "Ferry"
},
"26019": {
"state": "MI",
"name": "Benzie"
},
"42113": {
"state": "PA",
"name": "Sullivan"
},
"42033": {
"state": "PA",
"name": "Clearfield"
},
"48227": {
"state": "TX",
"name": "Howard"
},
"46063": {
"state": "SD",
"name": "Harding"
},
"29229": {
"state": "MO",
"name": "Wright"
},
"36113": {
"state": "NY",
"name": "Warren"
},
"29221": {
"state": "MO",
"name": "Washington"
},
"29223": {
"state": "MO",
"name": "Wayne"
},
"29225": {
"state": "MO",
"name": "Webster"
},
"29227": {
"state": "MO",
"name": "Worth"
},
"37033": {
"state": "NC",
"name": "Caswell"
},
"01039": {
"state": "AL",
"name": "Covington"
},
"36111": {
"state": "NY",
"name": "Ulster"
},
"37037": {
"state": "NC",
"name": "Chatham"
},
"37035": {
"state": "NC",
"name": "Catawba"
},
"01033": {
"state": "AL",
"name": "Colbert"
},
"42119": {
"state": "PA",
"name": "Union"
},
"01031": {
"state": "AL",
"name": "Coffee"
},
"37039": {
"state": "NC",
"name": "Cherokee"
},
"01037": {
"state": "AL",
"name": "Coosa"
},
"01035": {
"state": "AL",
"name": "Conecuh"
},
"36117": {
"state": "NY",
"name": "Wayne"
},
"36039": {
"state": "NY",
"name": "Greene"
},
"46069": {
"state": "SD",
"name": "Hyde"
},
"42131": {
"state": "PA",
"name": "Wyoming"
},
"48191": {
"state": "TX",
"name": "Hall"
},
"36031": {
"state": "NY",
"name": "Essex"
},
"36033": {
"state": "NY",
"name": "Franklin"
},
"36115": {
"state": "NY",
"name": "Washington"
},
"36035": {
"state": "NY",
"name": "Fulton"
},
"36037": {
"state": "NY",
"name": "Genesee"
},
"46109": {
"state": "SD",
"name": "Roberts"
},
"54099": {
"state": "WV",
"name": "Wayne"
},
"54093": {
"state": "WV",
"name": "Tucker"
},
"54091": {
"state": "WV",
"name": "Taylor"
},
"54097": {
"state": "WV",
"name": "Upshur"
},
"54095": {
"state": "WV",
"name": "Tyler"
},
"48153": {
"state": "TX",
"name": "Floyd"
},
"48151": {
"state": "TX",
"name": "Fisher"
},
"48157": {
"state": "TX",
"name": "Fort Bend"
},
"48155": {
"state": "TX",
"name": "Foard"
},
"48085": {
"state": "TX",
"name": "Collin"
},
"48405": {
"state": "TX",
"name": "San Augustine"
},
"48159": {
"state": "TX",
"name": "Franklin"
},
"48401": {
"state": "TX",
"name": "Rusk"
},
"48403": {
"state": "TX",
"name": "Sabine"
},
"01107": {
"state": "AL",
"name": "Pickens"
},
"01105": {
"state": "AL",
"name": "Perry"
},
"01103": {
"state": "AL",
"name": "Morgan"
},
"01101": {
"state": "AL",
"name": "Montgomery"
},
"01109": {
"state": "AL",
"name": "Pike"
},
"13049": {
"state": "GA",
"name": "Charlton"
},
"41021": {
"state": "OR",
"name": "Gilliam"
},
"45075": {
"state": "SC",
"name": "Orangeburg"
},
"41023": {
"state": "OR",
"name": "Grant"
},
"45073": {
"state": "SC",
"name": "Oconee"
},
"41025": {
"state": "OR",
"name": "Harney"
},
"45071": {
"state": "SC",
"name": "Newberry"
},
"41027": {
"state": "OR",
"name": "Hood River"
},
"48089": {
"state": "TX",
"name": "Colorado"
},
"41029": {
"state": "OR",
"name": "Jackson"
},
"13043": {
"state": "GA",
"name": "Candler"
},
"13045": {
"state": "GA",
"name": "Carroll"
},
"13047": {
"state": "GA",
"name": "Catoosa"
},
"18041": {
"state": "IN",
"name": "Fayette"
},
"18043": {
"state": "IN",
"name": "Floyd"
},
"48223": {
"state": "TX",
"name": "Hopkins"
},
"18045": {
"state": "IN",
"name": "Fountain"
},
"18047": {
"state": "IN",
"name": "Franklin"
},
"18049": {
"state": "IN",
"name": "Fulton"
},
"48087": {
"state": "TX",
"name": "Collingsworth"
},
"55078": {
"state": "WI",
"name": "Menominee"
},
"29001": {
"state": "MO",
"name": "Adair"
},
"29003": {
"state": "MO",
"name": "Andrew"
},
"29005": {
"state": "MO",
"name": "Atchison"
},
"29007": {
"state": "MO",
"name": "Audrain"
},
"29009": {
"state": "MO",
"name": "Barry"
},
"31171": {
"state": "NE",
"name": "Thomas"
},
"08041": {
"state": "CO",
"name": "El Paso"
},
"08043": {
"state": "CO",
"name": "Fremont"
},
"37149": {
"state": "NC",
"name": "Polk"
},
"08045": {
"state": "CO",
"name": "Garfield"
},
"08047": {
"state": "CO",
"name": "Gilpin"
},
"51011": {
"state": "VA",
"name": "Appomattox"
},
"08049": {
"state": "CO",
"name": "Grand"
},
"37143": {
"state": "NC",
"name": "Perquimans"
},
"37141": {
"state": "NC",
"name": "Pender"
},
"37147": {
"state": "NC",
"name": "Pitt"
},
"37145": {
"state": "NC",
"name": "Person"
},
"51013": {
"state": "VA",
"name": "Arlington"
},
"31139": {
"state": "NE",
"name": "Pierce"
},
"48173": {
"state": "TX",
"name": "Glasscock"
},
"51025": {
"state": "VA",
"name": "Brunswick"
},
"31135": {
"state": "NE",
"name": "Perkins"
},
"31137": {
"state": "NE",
"name": "Phelps"
},
"31131": {
"state": "NE",
"name": "Otoe"
},
"31133": {
"state": "NE",
"name": "Pawnee"
},
"51015": {
"state": "VA",
"name": "Augusta"
},
"18139": {
"state": "IN",
"name": "Rush"
},
"18135": {
"state": "IN",
"name": "Randolph"
},
"18137": {
"state": "IN",
"name": "Ripley"
},
"18131": {
"state": "IN",
"name": "Pulaski"
},
"18133": {
"state": "IN",
"name": "Putnam"
},
"31173": {
"state": "NE",
"name": "Thurston"
},
"53059": {
"state": "WA",
"name": "Skamania"
},
"29179": {
"state": "MO",
"name": "Reynolds"
},
"30089": {
"state": "MT",
"name": "Sanders"
},
"29175": {
"state": "MO",
"name": "Randolph"
},
"29177": {
"state": "MO",
"name": "Ray"
},
"29171": {
"state": "MO",
"name": "Putnam"
},
"29173": {
"state": "MO",
"name": "Ralls"
},
"35006": {
"state": "NM",
"name": "Cibola"
},
"17119": {
"state": "IL",
"name": "Madison"
},
"31175": {
"state": "NE",
"name": "Valley"
}
}
["AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "DC", "FL", "GA", "HI", "ID", "IL", "IN", "IA", "KS", "KY", "LA", "ME", "MD", "MA", "MI", "MN", "MS", "MO", "MT", "NE", "NV", "NH", "NJ", "NM", "NY", "NC", "ND", "OH", "OK", "OR", "PA", "RI", "SC", "SD", "TN", "TX", "UT", "VT", "VA", "WA", "WV", "WI", "WY"]
This file has been truncated, but you can view the full file.
{
"WA": {
"53069": {
"county": "Wahkiakum",
"fip": "53069",
"total_votes": 2285,
"votes": {
"James Harris": 2,
"Virgil Goode": 11,
"Barack Obama": 1091,
"Mitt Romney": 1115,
"Peta Lindsay": 1,
"Jill Stein": 23,
"Rocky Anderson": 10,
"Gary Johnson": 32
},
"pct_reporting": "50"
},
"53049": {
"county": "Pacific",
"fip": "53049",
"total_votes": 10477,
"votes": {
"James Harris": 11,
"Virgil Goode": 49,
"Barack Obama": 5684,
"Mitt Romney": 4484,
"Peta Lindsay": 6,
"Jill Stein": 69,
"Rocky Anderson": 25,
"Gary Johnson": 149
},
"pct_reporting": "86"
},
"53045": {
"county": "Mason",
"fip": "53045",
"total_votes": 27897,
"votes": {
"James Harris": 9,
"Virgil Goode": 103,
"Barack Obama": 14568,
"Mitt Romney": 12637,
"Peta Lindsay": 16,
"Jill Stein": 171,
"Rocky Anderson": 47,
"Gary Johnson": 346
},
"pct_reporting": "94"
},
"53047": {
"county": "Okanogan",
"fip": "53047",
"total_votes": 12781,
"votes": {
"James Harris": 7,
"Virgil Goode": 63,
"Barack Obama": 5259,
"Mitt Romney": 7151,
"Peta Lindsay": 7,
"Jill Stein": 97,
"Rocky Anderson": 23,
"Gary Johnson": 174
},
"pct_reporting": "73"
},
"53041": {
"county": "Lewis",
"fip": "53041",
"total_votes": 26348,
"votes": {
"James Harris": 19,
"Virgil Goode": 110,
"Barack Obama": 9772,
"Mitt Romney": 15954,
"Peta Lindsay": 13,
"Jill Stein": 115,
"Rocky Anderson": 36,
"Gary Johnson": 329
},
"pct_reporting": "74"
},
"53071": {
"county": "Walla Walla",
"fip": "53071",
"total_votes": 18577,
"votes": {
"James Harris": 10,
"Virgil Goode": 46,
"Barack Obama": 7083,
"Mitt Romney": 11057,
"Peta Lindsay": 8,
"Jill Stein": 98,
"Rocky Anderson": 28,
"Gary Johnson": 247
},
"pct_reporting": "75"
},
"53043": {
"county": "Lincoln",
"fip": "53043",
"total_votes": 5804,
"votes": {
"James Harris": 3,
"Virgil Goode": 24,
"Barack Obama": 1649,
"Mitt Romney": 4024,
"Peta Lindsay": 0,
"Jill Stein": 36,
"Rocky Anderson": 6,
"Gary Johnson": 62
},
"pct_reporting": "75"
},
"53073": {
"county": "Whatcom",
"fip": "53073",
"total_votes": 91158,
"votes": {
"James Harris": 38,
"Virgil Goode": 232,
"Barack Obama": 49743,
"Mitt Romney": 38764,
"Peta Lindsay": 43,
"Jill Stein": 1006,
"Rocky Anderson": 176,
"Gary Johnson": 1156
},
"pct_reporting": "86"
},
"53075": {
"county": "Whitman",
"fip": "53075",
"total_votes": 14851,
"votes": {
"James Harris": 13,
"Virgil Goode": 56,
"Barack Obama": 6910,
"Mitt Romney": 7460,
"Peta Lindsay": 5,
"Jill Stein": 94,
"Rocky Anderson": 34,
"Gary Johnson": 279
},
"pct_reporting": "82"
},
"53077": {
"county": "Yakima",
"fip": "53077",
"total_votes": 68466,
"votes": {
"James Harris": 28,
"Virgil Goode": 250,
"Barack Obama": 28761,
"Mitt Romney": 38414,
"Peta Lindsay": 24,
"Jill Stein": 287,
"Rocky Anderson": 78,
"Gary Johnson": 624
},
"pct_reporting": "73"
},
"53013": {
"county": "Columbia",
"fip": "53013",
"total_votes": 2222,
"votes": {
"James Harris": 1,
"Virgil Goode": 6,
"Barack Obama": 634,
"Mitt Romney": 1545,
"Peta Lindsay": 0,
"Jill Stein": 7,
"Rocky Anderson": 4,
"Gary Johnson": 25
},
"pct_reporting": "50"
},
"53067": {
"county": "Thurston",
"fip": "53067",
"total_votes": 111652,
"votes": {
"James Harris": 38,
"Virgil Goode": 248,
"Barack Obama": 64879,
"Mitt Romney": 43703,
"Peta Lindsay": 47,
"Jill Stein": 1067,
"Rocky Anderson": 212,
"Gary Johnson": 1458
},
"pct_reporting": "91"
},
"53039": {
"county": "Klickitat",
"fip": "53039",
"total_votes": 9861,
"votes": {
"James Harris": 7,
"Virgil Goode": 52,
"Barack Obama": 4373,
"Mitt Romney": 5138,
"Peta Lindsay": 5,
"Jill Stein": 118,
"Rocky Anderson": 26,
"Gary Johnson": 142
},
"pct_reporting": "86"
},
"53063": {
"county": "Spokane",
"fip": "53063",
"total_votes": 212286,
"votes": {
"James Harris": 79,
"Virgil Goode": 1011,
"Barack Obama": 96781,
"Mitt Romney": 109754,
"Peta Lindsay": 111,
"Jill Stein": 1256,
"Rocky Anderson": 317,
"Gary Johnson": 2977
},
"pct_reporting": "88"
},
"53011": {
"county": "Clark",
"fip": "53011",
"total_votes": 183728,
"votes": {
"James Harris": 59,
"Virgil Goode": 557,
"Barack Obama": 89817,
"Mitt Romney": 89696,
"Peta Lindsay": 57,
"Jill Stein": 925,
"Rocky Anderson": 238,
"Gary Johnson": 2379
},
"pct_reporting": "91"
},
"53017": {
"county": "Douglas",
"fip": "53017",
"total_votes": 14678,
"votes": {
"James Harris": 6,
"Virgil Goode": 59,
"Barack Obama": 5047,
"Mitt Romney": 9287,
"Peta Lindsay": 8,
"Jill Stein": 51,
"Rocky Anderson": 20,
"Gary Johnson": 200
},
"pct_reporting": "90"
},
"53015": {
"county": "Cowlitz",
"fip": "53015",
"total_votes": 44173,
"votes": {
"James Harris": 25,
"Virgil Goode": 218,
"Barack Obama": 22507,
"Mitt Romney": 20538,
"Peta Lindsay": 15,
"Jill Stein": 254,
"Rocky Anderson": 72,
"Gary Johnson": 544
},
"pct_reporting": "87"
},
"53031": {
"county": "Jefferson",
"fip": "53031",
"total_votes": 18717,
"votes": {
"James Harris": 6,
"Virgil Goode": 48,
"Barack Obama": 11985,
"Mitt Romney": 6113,
"Peta Lindsay": 7,
"Jill Stein": 268,
"Rocky Anderson": 62,
"Gary Johnson": 228
},
"pct_reporting": "83"
},
"53033": {
"county": "King",
"fip": "53033",
"total_votes": 879643,
"votes": {
"James Harris": 316,
"Virgil Goode": 1199,
"Barack Obama": 605247,
"Mitt Romney": 254293,
"Peta Lindsay": 339,
"Jill Stein": 6130,
"Rocky Anderson": 1365,
"Gary Johnson": 10754
},
"pct_reporting": "95"
},
"53035": {
"county": "Kitsap",
"fip": "53035",
"total_votes": 112496,
"votes": {
"James Harris": 40,
"Virgil Goode": 374,
"Barack Obama": 61187,
"Mitt Romney": 48454,
"Peta Lindsay": 28,
"Jill Stein": 708,
"Rocky Anderson": 144,
"Gary Johnson": 1561
},
"pct_reporting": "81"
},
"53037": {
"county": "Kittitas",
"fip": "53037",
"total_votes": 15152,
"votes": {
"James Harris": 10,
"Virgil Goode": 30,
"Barack Obama": 6462,
"Mitt Romney": 8372,
"Peta Lindsay": 4,
"Jill Stein": 83,
"Rocky Anderson": 25,
"Gary Johnson": 166
},
"pct_reporting": "73"
},
"53007": {
"county": "Chelan",
"fip": "53007",
"total_votes": 31899,
"votes": {
"James Harris": 20,
"Virgil Goode": 89,
"Barack Obama": 12938,
"Mitt Romney": 18237,
"Peta Lindsay": 8,
"Jill Stein": 153,
"Rocky Anderson": 35,
"Gary Johnson": 419
},
"pct_reporting": "95"
},
"53059": {
"county": "Skamania",
"fip": "53059",
"total_votes": 5326,
"votes": {
"James Harris": 1,
"Virgil Goode": 13,
"Barack Obama": 2554,
"Mitt Romney": 2624,
"Peta Lindsay": 4,
"Jill Stein": 40,
"Rocky Anderson": 9,
"Gary Johnson": 81
},
"pct_reporting": "75"
},
"53057": {
"county": "Skagit",
"fip": "53057",
"total_votes": 47989,
"votes": {
"James Harris": 15,
"Virgil Goode": 141,
"Barack Obama": 24860,
"Mitt Romney": 21930,
"Peta Lindsay": 16,
"Jill Stein": 335,
"Rocky Anderson": 72,
"Gary Johnson": 620
},
"pct_reporting": "91"
},
"53055": {
"county": "San Juan",
"fip": "53055",
"total_votes": 10345,
"votes": {
"James Harris": 2,
"Virgil Goode": 8,
"Barack Obama": 6943,
"Mitt Romney": 3061,
"Peta Lindsay": 7,
"Jill Stein": 163,
"Rocky Anderson": 24,
"Gary Johnson": 137
},
"pct_reporting": "83"
},
"53053": {
"county": "Pierce",
"fip": "53053",
"total_votes": 340027,
"votes": {
"James Harris": 113,
"Virgil Goode": 1005,
"Barack Obama": 184694,
"Mitt Romney": 147422,
"Peta Lindsay": 132,
"Jill Stein": 1754,
"Rocky Anderson": 387,
"Gary Johnson": 4520
},
"pct_reporting": "91"
},
"53051": {
"county": "Pend Oreille",
"fip": "53051",
"total_votes": 6649,
"votes": {
"James Harris": 5,
"Virgil Goode": 40,
"Barack Obama": 2501,
"Mitt Romney": 3942,
"Peta Lindsay": 4,
"Jill Stein": 42,
"Rocky Anderson": 14,
"Gary Johnson": 101
},
"pct_reporting": "75"
},
"53027": {
"county": "Grays Harbor",
"fip": "53027",
"total_votes": 28224,
"votes": {
"James Harris": 16,
"Virgil Goode": 146,
"Barack Obama": 15692,
"Mitt Romney": 11743,
"Peta Lindsay": 12,
"Jill Stein": 157,
"Rocky Anderson": 47,
"Gary Johnson": 411
},
"pct_reporting": "95"
},
"53065": {
"county": "Stevens",
"fip": "53065",
"total_votes": 18703,
"votes": {
"James Harris": 10,
"Virgil Goode": 146,
"Barack Obama": 6521,
"Mitt Romney": 11655,
"Peta Lindsay": 7,
"Jill Stein": 103,
"Rocky Anderson": 25,
"Gary Johnson": 236
},
"pct_reporting": "73"
},
"53019": {
"county": "Ferry",
"fip": "53019",
"total_votes": 3391,
"votes": {
"James Harris": 2,
"Virgil Goode": 31,
"Barack Obama": 1276,
"Mitt Romney": 1966,
"Peta Lindsay": 2,
"Jill Stein": 29,
"Rocky Anderson": 13,
"Gary Johnson": 72
},
"pct_reporting": "50"
},
"53061": {
"county": "Snohomish",
"fip": "53061",
"total_votes": 305024,
"votes": {
"James Harris": 111,
"Virgil Goode": 905,
"Barack Obama": 173695,
"Mitt Romney": 123948,
"Peta Lindsay": 117,
"Jill Stein": 1539,
"Rocky Anderson": 439,
"Gary Johnson": 4270
},
"pct_reporting": "90"
},
"53001": {
"county": "Adams",
"fip": "53001",
"total_votes": 4707,
"votes": {
"James Harris": 0,
"Virgil Goode": 15,
"Barack Obama": 1516,
"Mitt Romney": 3111,
"Peta Lindsay": 1,
"Jill Stein": 19,
"Rocky Anderson": 6,
"Gary Johnson": 39
},
"pct_reporting": "67"
},
"53003": {
"county": "Asotin",
"fip": "53003",
"total_votes": 9883,
"votes": {
"James Harris": 4,
"Virgil Goode": 31,
"Barack Obama": 3993,
"Mitt Romney": 5647,
"Peta Lindsay": 3,
"Jill Stein": 34,
"Rocky Anderson": 21,
"Gary Johnson": 150
},
"pct_reporting": "71"
},
"53005": {
"county": "Benton",
"fip": "53005",
"total_votes": 78874,
"votes": {
"James Harris": 18,
"Virgil Goode": 301,
"Barack Obama": 27846,
"Mitt Romney": 49105,
"Peta Lindsay": 18,
"Jill Stein": 355,
"Rocky Anderson": 105,
"Gary Johnson": 1126
},
"pct_reporting": "98"
},
"53029": {
"county": "Island",
"fip": "53029",
"total_votes": 41319,
"votes": {
"James Harris": 10,
"Virgil Goode": 113,
"Barack Obama": 21080,
"Mitt Romney": 19251,
"Peta Lindsay": 21,
"Jill Stein": 256,
"Rocky Anderson": 71,
"Gary Johnson": 517
},
"pct_reporting": "88"
},
"53009": {
"county": "Clallam",
"fip": "53009",
"total_votes": 37687,
"votes": {
"James Harris": 21,
"Virgil Goode": 134,
"Barack Obama": 18383,
"Mitt Romney": 18273,
"Peta Lindsay": 24,
"Jill Stein": 288,
"Rocky Anderson": 51,
"Gary Johnson": 513
},
"pct_reporting": "100"
},
"53025": {
"county": "Grant",
"fip": "53025",
"total_votes": 27250,
"votes": {
"James Harris": 17,
"Virgil Goode": 132,
"Barack Obama": 8834,
"Mitt Romney": 17677,
"Peta Lindsay": 18,
"Jill Stein": 120,
"Rocky Anderson": 33,
"Gary Johnson": 419
},
"pct_reporting": "89"
},
"53023": {
"county": "Garfield",
"fip": "53023",
"total_votes": 1275,
"votes": {
"James Harris": 3,
"Virgil Goode": 2,
"Barack Obama": 335,
"Mitt Romney": 912,
"Peta Lindsay": 1,
"Jill Stein": 4,
"Rocky Anderson": 2,
"Gary Johnson": 16
},
"pct_reporting": "50"
},
"53021": {
"county": "Franklin",
"fip": "53021",
"total_votes": 19675,
"votes": {
"James Harris": 4,
"Virgil Goode": 73,
"Barack Obama": 7332,
"Mitt Romney": 11912,
"Peta Lindsay": 9,
"Jill Stein": 62,
"Rocky Anderson": 30,
"Gary Johnson": 253
},
"pct_reporting": "87"
}
},
"DE": {
"10005": {
"county": "Sussex",
"fip": "10005",
"total_votes": 93215,
"votes": {
"Mitt Romney": 52116,
"Barack Obama": 39971,
"Jill Stein": 409,
"Gary Johnson": 719
},
"pct_reporting": "100"
},
"10001": {
"county": "Kent",
"fip": "10001",
"total_votes": 68669,
"votes": {
"Mitt Romney": 32134,
"Barack Obama": 35525,
"Jill Stein": 333,
"Gary Johnson": 677
},
"pct_reporting": "100"
},
"10003": {
"county": "New Castle",
"fip": "10003",
"total_votes": 251960,
"votes": {
"Mitt Romney": 81226,
"Barack Obama": 167051,
"Jill Stein": 1197,
"Gary Johnson": 2486
},
"pct_reporting": "100"
}
},
"DC": {
"11001": {
"county": "District of Columbia",
"fip": "11001",
"total_votes": 243348,
"votes": {
"Mitt Romney": 17337,
"Barack Obama": 222332,
"Jill Stein": 2045,
"Gary Johnson": 1634
},
"pct_reporting": "100"
}
},
"WI": {
"55083": {
"county": "Oconto",
"fip": "55083",
"total_votes": 19727,
"votes": {
"Mitt Romney": 10691,
"Virgil Goode": 35,
"Jerry White": 4,
"Barack Obama": 8810,
"Jill Stein": 43,
"Gloria La Riva": 6,
"Gary Johnson": 138
},
"pct_reporting": "97"
},
"55081": {
"county": "Monroe",
"fip": "55081",
"total_votes": 19389,
"votes": {
"Mitt Romney": 9637,
"Virgil Goode": 47,
"Jerry White": 7,
"Barack Obama": 9505,
"Jill Stein": 55,
"Gloria La Riva": 6,
"Gary Johnson": 132
},
"pct_reporting": "94"
},
"55079": {
"county": "Milwaukee",
"fip": "55079",
"total_votes": 490944,
"votes": {
"Mitt Romney": 158430,
"Virgil Goode": 592,
"Jerry White": 77,
"Barack Obama": 328090,
"Jill Stein": 1042,
"Gloria La Riva": 96,
"Gary Johnson": 2617
},
"pct_reporting": "100"
},
"55087": {
"county": "Outagamie",
"fip": "55087",
"total_votes": 94237,
"votes": {
"Mitt Romney": 47294,
"Virgil Goode": 174,
"Jerry White": 15,
"Barack Obama": 45565,
"Jill Stein": 222,
"Gloria La Riva": 17,
"Gary Johnson": 950
},
"pct_reporting": "100"
},
"55085": {
"county": "Oneida",
"fip": "55085",
"total_votes": 21577,
"votes": {
"Mitt Romney": 10905,
"Virgil Goode": 51,
"Jerry White": 1,
"Barack Obama": 10439,
"Jill Stein": 42,
"Gloria La Riva": 2,
"Gary Johnson": 137
},
"pct_reporting": "100"
},
"55089": {
"county": "Ozaukee",
"fip": "55089",
"total_votes": 55565,
"votes": {
"Mitt Romney": 35991,
"Virgil Goode": 52,
"Jerry White": 1,
"Barack Obama": 19075,
"Jill Stein": 127,
"Gloria La Riva": 6,
"Gary Johnson": 313
},
"pct_reporting": "100"
},
"55055": {
"county": "Jefferson",
"fip": "55055",
"total_votes": 44136,
"votes": {
"Mitt Romney": 23489,
"Virgil Goode": 93,
"Jerry White": 7,
"Barack Obama": 20136,
"Jill Stein": 106,
"Gloria La Riva": 3,
"Gary Johnson": 302
},
"pct_reporting": "100"
},
"55139": {
"county": "Winnebago",
"fip": "55139",
"total_votes": 88814,
"votes": {
"Mitt Romney": 42073,
"Virgil Goode": 136,
"Jerry White": 23,
"Barack Obama": 45410,
"Jill Stein": 237,
"Gloria La Riva": 14,
"Gary Johnson": 921
},
"pct_reporting": "100"
},
"55111": {
"county": "Sauk",
"fip": "55111",
"total_votes": 31832,
"votes": {
"Mitt Romney": 12829,
"Virgil Goode": 33,
"Jerry White": 4,
"Barack Obama": 18718,
"Jill Stein": 66,
"Gloria La Riva": 4,
"Gary Johnson": 178
},
"pct_reporting": "100"
},
"55015": {
"county": "Calumet",
"fip": "55015",
"total_votes": 26336,
"votes": {
"Mitt Romney": 14519,
"Virgil Goode": 54,
"Jerry White": 5,
"Barack Obama": 11477,
"Jill Stein": 50,
"Gloria La Riva": 7,
"Gary Johnson": 224
},
"pct_reporting": "100"
},
"55113": {
"county": "Sawyer",
"fip": "55113",
"total_votes": 9003,
"votes": {
"Mitt Romney": 4436,
"Virgil Goode": 20,
"Jerry White": 4,
"Barack Obama": 4482,
"Jill Stein": 24,
"Gloria La Riva": 0,
"Gary Johnson": 37
},
"pct_reporting": "100"
},
"55017": {
"county": "Chippewa",
"fip": "55017",
"total_votes": 30914,
"votes": {
"Mitt Romney": 15371,
"Virgil Goode": 69,
"Jerry White": 14,
"Barack Obama": 15211,
"Jill Stein": 66,
"Gloria La Riva": 3,
"Gary Johnson": 180
},
"pct_reporting": "100"
},
"55115": {
"county": "Shawano",
"fip": "55115",
"total_votes": 20222,
"votes": {
"Mitt Romney": 11017,
"Virgil Goode": 40,
"Jerry White": 4,
"Barack Obama": 8990,
"Jill Stein": 32,
"Gloria La Riva": 6,
"Gary Johnson": 133
},
"pct_reporting": "100"
},
"55011": {
"county": "Buffalo",
"fip": "55011",
"total_votes": 7008,
"votes": {
"Mitt Romney": 3352,
"Virgil Goode": 27,
"Jerry White": 3,
"Barack Obama": 3569,
"Jill Stein": 15,
"Gloria La Riva": 3,
"Gary Johnson": 39
},
"pct_reporting": "100"
},
"55117": {
"county": "Sheboygan",
"fip": "55117",
"total_votes": 63272,
"votes": {
"Mitt Romney": 34282,
"Virgil Goode": 118,
"Jerry White": 16,
"Barack Obama": 28356,
"Jill Stein": 117,
"Gloria La Riva": 9,
"Gary Johnson": 374
},
"pct_reporting": "100"
},
"55013": {
"county": "Burnett",
"fip": "55013",
"total_votes": 8634,
"votes": {
"Mitt Romney": 4541,
"Virgil Goode": 26,
"Jerry White": 1,
"Barack Obama": 3981,
"Jill Stein": 23,
"Gloria La Riva": 4,
"Gary Johnson": 58
},
"pct_reporting": "100"
},
"55119": {
"county": "Taylor",
"fip": "55119",
"total_votes": 9486,
"votes": {
"Mitt Romney": 5597,
"Virgil Goode": 31,
"Jerry White": 6,
"Barack Obama": 3761,
"Jill Stein": 26,
"Gloria La Riva": 7,
"Gary Johnson": 58
},
"pct_reporting": "100"
},
"55051": {
"county": "Iron",
"fip": "55051",
"total_votes": 3620,
"votes": {
"Mitt Romney": 1788,
"Virgil Goode": 9,
"Jerry White": 2,
"Barack Obama": 1783,
"Jill Stein": 9,
"Gloria La Riva": 2,
"Gary Johnson": 27
},
"pct_reporting": "100"
},
"55078": {
"county": "Menominee",
"fip": "55078",
"total_votes": 1376,
"votes": {
"Mitt Romney": 179,
"Virgil Goode": 1,
"Jerry White": 0,
"Barack Obama": 1191,
"Jill Stein": 0,
"Gloria La Riva": 0,
"Gary Johnson": 5
},
"pct_reporting": "100"
},
"55053": {
"county": "Jackson",
"fip": "55053",
"total_votes": 9290,
"votes": {
"Mitt Romney": 3900,
"Virgil Goode": 17,
"Jerry White": 4,
"Barack Obama": 5297,
"Jill Stein": 21,
"Gloria La Riva": 4,
"Gary Johnson": 47
},
"pct_reporting": "100"
},
"55133": {
"county": "Waukesha",
"fip": "55133",
"total_votes": 241084,
"votes": {
"Mitt Romney": 161567,
"Virgil Goode": 296,
"Jerry White": 21,
"Barack Obama": 77617,
"Jill Stein": 308,
"Gloria La Riva": 27,
"Gary Johnson": 1248
},
"pct_reporting": "100"
},
"55019": {
"county": "Clark",
"fip": "55019",
"total_votes": 13740,
"votes": {
"Mitt Romney": 7394,
"Virgil Goode": 40,
"Jerry White": 7,
"Barack Obama": 6173,
"Jill Stein": 38,
"Gloria La Riva": 8,
"Gary Johnson": 80
},
"pct_reporting": "100"
},
"55131": {
"county": "Washington",
"fip": "55131",
"total_votes": 78558,
"votes": {
"Mitt Romney": 54709,
"Virgil Goode": 122,
"Jerry White": 7,
"Barack Obama": 23136,
"Jill Stein": 139,
"Gloria La Riva": 10,
"Gary Johnson": 435
},
"pct_reporting": "100"
},
"55057": {
"county": "Juneau",
"fip": "55057",
"total_votes": 11781,
"votes": {
"Mitt Romney": 5400,
"Virgil Goode": 17,
"Jerry White": 3,
"Barack Obama": 6237,
"Jill Stein": 34,
"Gloria La Riva": 4,
"Gary Johnson": 86
},
"pct_reporting": "100"
},
"55109": {
"county": "St. Croix",
"fip": "55109",
"total_votes": 46009,
"votes": {
"Mitt Romney": 25475,
"Virgil Goode": 76,
"Jerry White": 14,
"Barack Obama": 19874,
"Jill Stein": 112,
"Gloria La Riva": 6,
"Gary Johnson": 452
},
"pct_reporting": "100"
},
"55039": {
"county": "Fond du Lac",
"fip": "55039",
"total_votes": 53272,
"votes": {
"Mitt Romney": 30329,
"Virgil Goode": 114,
"Jerry White": 8,
"Barack Obama": 22356,
"Jill Stein": 111,
"Gloria La Riva": 5,
"Gary Johnson": 349
},
"pct_reporting": "100"
},
"55037": {
"county": "Florence",
"fip": "55037",
"total_votes": 2615,
"votes": {
"Mitt Romney": 1643,
"Virgil Goode": 6,
"Jerry White": 1,
"Barack Obama": 952,
"Jill Stein": 1,
"Gloria La Riva": 0,
"Gary Johnson": 12
},
"pct_reporting": "100"
},
"55035": {
"county": "Eau Claire",
"fip": "55035",
"total_votes": 54595,
"votes": {
"Mitt Romney": 23218,
"Virgil Goode": 75,
"Jerry White": 6,
"Barack Obama": 30618,
"Jill Stein": 175,
"Gloria La Riva": 9,
"Gary Johnson": 494
},
"pct_reporting": "100"
},
"55033": {
"county": "Dunn",
"fip": "55033",
"total_votes": 21899,
"votes": {
"Mitt Romney": 10210,
"Virgil Goode": 49,
"Jerry White": 5,
"Barack Obama": 11303,
"Jill Stein": 74,
"Gloria La Riva": 5,
"Gary Johnson": 253
},
"pct_reporting": "100"
},
"55031": {
"county": "Douglas",
"fip": "55031",
"total_votes": 22862,
"votes": {
"Mitt Romney": 7698,
"Virgil Goode": 48,
"Jerry White": 5,
"Barack Obama": 14855,
"Jill Stein": 104,
"Gloria La Riva": 4,
"Gary Johnson": 148
},
"pct_reporting": "100"
},
"55073": {
"county": "Marathon",
"fip": "55073",
"total_votes": 69637,
"votes": {
"Mitt Romney": 36568,
"Virgil Goode": 125,
"Jerry White": 15,
"Barack Obama": 32330,
"Jill Stein": 174,
"Gloria La Riva": 6,
"Gary Johnson": 419
},
"pct_reporting": "100"
},
"55141": {
"county": "Wood",
"fip": "55141",
"total_votes": 38762,
"votes": {
"Mitt Romney": 19685,
"Virgil Goode": 102,
"Jerry White": 5,
"Barack Obama": 18546,
"Jill Stein": 136,
"Gloria La Riva": 5,
"Gary Johnson": 283
},
"pct_reporting": "100"
},
"55099": {
"county": "Price",
"fip": "55099",
"total_votes": 7870,
"votes": {
"Mitt Romney": 3879,
"Virgil Goode": 21,
"Jerry White": 3,
"Barack Obama": 3882,
"Jill Stein": 23,
"Gloria La Riva": 2,
"Gary Johnson": 60
},
"pct_reporting": "100"
},
"55059": {
"county": "Kenosha",
"fip": "55059",
"total_votes": 80661,
"votes": {
"Mitt Romney": 34942,
"Virgil Goode": 97,
"Jerry White": 11,
"Barack Obama": 44838,
"Jill Stein": 188,
"Gloria La Riva": 20,
"Gary Johnson": 565
},
"pct_reporting": "100"
},
"55095": {
"county": "Polk",
"fip": "55095",
"total_votes": 22494,
"votes": {
"Mitt Romney": 12075,
"Virgil Goode": 47,
"Jerry White": 12,
"Barack Obama": 10054,
"Jill Stein": 78,
"Gloria La Riva": 4,
"Gary Johnson": 224
},
"pct_reporting": "100"
},
"55097": {
"county": "Portage",
"fip": "55097",
"total_votes": 39186,
"votes": {
"Mitt Romney": 16599,
"Virgil Goode": 73,
"Jerry White": 5,
"Barack Obama": 22052,
"Jill Stein": 143,
"Gloria La Riva": 7,
"Gary Johnson": 307
},
"pct_reporting": "100"
},
"55091": {
"county": "Pepin",
"fip": "55091",
"total_votes": 3696,
"votes": {
"Mitt Romney": 1793,
"Virgil Goode": 8,
"Jerry White": 1,
"Barack Obama": 1875,
"Jill Stein": 6,
"Gloria La Riva": 1,
"Gary Johnson": 12
},
"pct_reporting": "100"
},
"55093": {
"county": "Pierce",
"fip": "55093",
"total_votes": 20920,
"votes": {
"Mitt Romney": 10383,
"Virgil Goode": 58,
"Jerry White": 2,
"Barack Obama": 10213,
"Jill Stein": 91,
"Gloria La Riva": 5,
"Gary Johnson": 168
},
"pct_reporting": "100"
},
"55003": {
"county": "Ashland",
"fip": "55003",
"total_votes": 8342,
"votes": {
"Mitt Romney": 2816,
"Virgil Goode": 15,
"Jerry White": 9,
"Barack Obama": 5387,
"Jill Stein": 59,
"Gloria La Riva": 3,
"Gary Johnson": 53
},
"pct_reporting": "100"
},
"55071": {
"county": "Manitowoc",
"fip": "55071",
"total_votes": 42488,
"votes": {
"Mitt Romney": 21581,
"Virgil Goode": 110,
"Jerry White": 6,
"Barack Obama": 20382,
"Jill Stein": 102,
"Gloria La Riva": 7,
"Gary Johnson": 300
},
"pct_reporting": "100"
},
"55123": {
"county": "Vernon",
"fip": "55123",
"total_votes": 14215,
"votes": {
"Mitt Romney": 5935,
"Virgil Goode": 42,
"Jerry White": 2,
"Barack Obama": 8031,
"Jill Stein": 95,
"Gloria La Riva": 8,
"Gary Johnson": 102
},
"pct_reporting": "100"
},
"55129": {
"county": "Washburn",
"fip": "55129",
"total_votes": 9242,
"votes": {
"Mitt Romney": 4692,
"Virgil Goode": 12,
"Jerry White": 1,
"Barack Obama": 4435,
"Jill Stein": 23,
"Gloria La Riva": 3,
"Gary Johnson": 76
},
"pct_reporting": "100"
},
"55027": {
"county": "Dodge",
"fip": "55027",
"total_votes": 44379,
"votes": {
"Mitt Romney": 25190,
"Virgil Goode": 76,
"Jerry White": 14,
"Barack Obama": 18745,
"Jill Stein": 83,
"Gloria La Riva": 5,
"Gary Johnson": 266
},
"pct_reporting": "100"
},
"55077": {
"county": "Marquette",
"fip": "55077",
"total_votes": 7944,
"votes": {
"Mitt Romney": 3758,
"Virgil Goode": 15,
"Jerry White": 4,
"Barack Obama": 4112,
"Jill Stein": 13,
"Gloria La Riva": 1,
"Gary Johnson": 41
},
"pct_reporting": "100"
},
"55061": {
"county": "Kewaunee",
"fip": "55061",
"total_votes": 11018,
"votes": {
"Mitt Romney": 5746,
"Virgil Goode": 27,
"Jerry White": 6,
"Barack Obama": 5151,
"Jill Stein": 30,
"Gloria La Riva": 2,
"Gary Johnson": 56
},
"pct_reporting": "100"
},
"55103": {
"county": "Richland",
"fip": "55103",
"total_votes": 8636,
"votes": {
"Mitt Romney": 3575,
"Virgil Goode": 18,
"Jerry White": 3,
"Barack Obama": 4964,
"Jill Stein": 25,
"Gloria La Riva": 2,
"Gary Johnson": 49
},
"pct_reporting": "100"
},
"55063": {
"county": "La Crosse",
"fip": "55063",
"total_votes": 63212,
"votes": {
"Mitt Romney": 25711,
"Virgil Goode": 129,
"Jerry White": 12,
"Barack Obama": 36632,
"Jill Stein": 175,
"Gloria La Riva": 9,
"Gary Johnson": 544
},
"pct_reporting": "100"
},
"55101": {
"county": "Racine",
"fip": "55101",
"total_votes": 102937,
"votes": {
"Mitt Romney": 49173,
"Virgil Goode": 153,
"Jerry White": 17,
"Barack Obama": 52887,
"Jill Stein": 146,
"Gloria La Riva": 14,
"Gary Johnson": 547
},
"pct_reporting": "100"
},
"55065": {
"county": "Lafayette",
"fip": "55065",
"total_votes": 7928,
"votes": {
"Mitt Romney": 3313,
"Virgil Goode": 16,
"Jerry White": 3,
"Barack Obama": 4534,
"Jill Stein": 21,
"Gloria La Riva": 2,
"Gary Johnson": 39
},
"pct_reporting": "100"
},
"55067": {
"county": "Langlade",
"fip": "55067",
"total_votes": 10482,
"votes": {
"Mitt Romney": 5810,
"Virgil Goode": 26,
"Jerry White": 3,
"Barack Obama": 4569,
"Jill Stein": 22,
"Gloria La Riva": 2,
"Gary Johnson": 50
},
"pct_reporting": "100"
},
"55049": {
"county": "Iowa",
"fip": "55049",
"total_votes": 12515,
"votes": {
"Mitt Romney": 4302,
"Virgil Goode": 13,
"Jerry White": 2,
"Barack Obama": 8099,
"Jill Stein": 25,
"Gloria La Riva": 0,
"Gary Johnson": 74
},
"pct_reporting": "100"
},
"55105": {
"county": "Rock",
"fip": "55105",
"total_votes": 80462,
"votes": {
"Mitt Romney": 30492,
"Virgil Goode": 170,
"Jerry White": 17,
"Barack Obama": 49158,
"Jill Stein": 148,
"Gloria La Riva": 10,
"Gary Johnson": 467
},
"pct_reporting": "100"
},
"55047": {
"county": "Green Lake",
"fip": "55047",
"total_votes": 9657,
"votes": {
"Mitt Romney": 5779,
"Virgil Goode": 22,
"Jerry White": 1,
"Barack Obama": 3790,
"Jill Stein": 18,
"Gloria La Riva": 4,
"Gary Johnson": 43
},
"pct_reporting": "100"
},
"55007": {
"county": "Bayfield",
"fip": "55007",
"total_votes": 9759,
"votes": {
"Mitt Romney": 3597,
"Virgil Goode": 17,
"Jerry White": 1,
"Barack Obama": 6025,
"Jill Stein": 66,
"Gloria La Riva": 0,
"Gary Johnson": 53
},
"pct_reporting": "100"
},
"55045": {
"county": "Green",
"fip": "55045",
"total_votes": 19302,
"votes": {
"Mitt Romney": 7848,
"Virgil Goode": 29,
"Jerry White": 44,
"Barack Obama": 11196,
"Jill Stein": 44,
"Gloria La Riva": 2,
"Gary Johnson": 139
},
"pct_reporting": "100"
},
"55075": {
"county": "Marinette",
"fip": "55075",
"total_votes": 20712,
"votes": {
"Mitt Romney": 10609,
"Virgil Goode": 37,
"Jerry White": 4,
"Barack Obama": 9868,
"Jill Stein": 51,
"Gloria La Riva": 4,
"Gary Johnson": 139
},
"pct_reporting": "100"
},
"55043": {
"county": "Grant",
"fip": "55043",
"total_votes": 24160,
"votes": {
"Mitt Romney": 10255,
"Virgil Goode": 61,
"Jerry White": 6,
"Barack Obama": 13574,
"Jill Stein": 55,
"Gloria La Riva": 8,
"Gary Johnson": 201
},
"pct_reporting": "100"
},
"55125": {
"county": "Vilas",
"fip": "55125",
"total_votes": 13782,
"votes": {
"Mitt Romney": 7735,
"Virgil Goode": 17,
"Jerry White": 1,
"Barack Obama": 5931,
"Jill Stein": 35,
"Gloria La Riva": 2,
"Gary Johnson": 61
},
"pct_reporting": "100"
},
"55041": {
"county": "Forest",
"fip": "55041",
"total_votes": 4643,
"votes": {
"Mitt Romney": 2172,
"Virgil Goode": 11,
"Jerry White": 4,
"Barack Obama": 2421,
"Jill Stein": 6,
"Gloria La Riva": 6,
"Gary Johnson": 23
},
"pct_reporting": "100"
},
"55127": {
"county": "Walworth",
"fip": "55127",
"total_votes": 52115,
"votes": {
"Mitt Romney": 28962,
"Virgil Goode": 82,
"Jerry White": 10,
"Barack Obama": 22512,
"Jill Stein": 102,
"Gloria La Riva": 10,
"Gary Johnson": 437
},
"pct_reporting": "100"
},
"55069": {
"county": "Lincoln",
"fip": "55069",
"total_votes": 15152,
"votes": {
"Mitt Romney": 7444,
"Virgil Goode": 37,
"Jerry White": 3,
"Barack Obama": 7543,
"Jill Stein": 35,
"Gloria La Riva": 1,
"Gary Johnson": 89
},
"pct_reporting": "100"
},
"55009": {
"county": "Brown",
"fip": "55009",
"total_votes": 128514,
"votes": {
"Mitt Romney": 64738,
"Virgil Goode": 204,
"Jerry White": 16,
"Barack Obama": 62433,
"Jill Stein": 301,
"Gloria La Riva": 21,
"Gary Johnson": 801
},
"pct_reporting": "100"
},
"55029": {
"county": "Door",
"fip": "55029",
"total_votes": 17607,
"votes": {
"Mitt Romney": 8109,
"Virgil Goode": 22,
"Jerry White": 2,
"Barack Obama": 9338,
"Jill Stein": 47,
"Gloria La Riva": 6,
"Gary Johnson": 83
},
"pct_reporting": "100"
},
"55005": {
"county": "Barron",
"fip": "55005",
"total_votes": 22583,
"votes": {
"Mitt Romney": 11413,
"Virgil Goode": 53,
"Jerry White": 6,
"Barack Obama": 10883,
"Jill Stein": 54,
"Gloria La Riva": 5,
"Gary Johnson": 169
},
"pct_reporting": "100"
},
"55121": {
"county": "Trempealeau",
"fip": "55121",
"total_votes": 13456,
"votes": {
"Mitt Romney": 5703,
"Virgil Goode": 23,
"Jerry White": 5,
"Barack Obama": 7601,
"Jill Stein": 41,
"Gloria La Riva": 3,
"Gary Johnson": 80
},
"pct_reporting": "100"
},
"55025": {
"county": "Dane",
"fip": "55025",
"total_votes": 302845,
"votes": {
"Mitt Romney": 83459,
"Virgil Goode": 308,
"Jerry White": 47,
"Barack Obama": 215389,
"Jill Stein": 1321,
"Gloria La Riva": 37,
"Gary Johnson": 2284
},
"pct_reporting": "100"
},
"55001": {
"county": "Adams",
"fip": "55001",
"total_votes": 10263,
"votes": {
"Mitt Romney": 4643,
"Virgil Goode": 15,
"Jerry White": 5,
"Barack Obama": 5537,
"Jill Stein": 10,
"Gloria La Riva": 2,
"Gary Johnson": 51
},
"pct_reporting": "100"
},
"55137": {
"county": "Waushara",
"fip": "55137",
"total_votes": 12017,
"votes": {
"Mitt Romney": 6558,
"Virgil Goode": 29,
"Jerry White": 7,
"Barack Obama": 5330,
"Jill Stein": 27,
"Gloria La Riva": 4,
"Gary Johnson": 62
},
"pct_reporting": "100"
},
"55021": {
"county": "Columbia",
"fip": "55021",
"total_votes": 30460,
"votes": {
"Mitt Romney": 13014,
"Virgil Goode": 36,
"Jerry White": 1,
"Barack Obama": 17158,
"Jill Stein": 69,
"Gloria La Riva": 2,
"Gary Johnson": 180
},
"pct_reporting": "100"
},
"55135": {
"county": "Waupaca",
"fip": "55135",
"total_votes": 25801,
"votes": {
"Mitt Romney": 13989,
"Virgil Goode": 45,
"Jerry White": 4,
"Barack Obama": 11565,
"Jill Stein": 49,
"Gloria La Riva": 7,
"Gary Johnson": 142
},
"pct_reporting": "100"
},
"55023": {
"county": "Crawford",
"fip": "55023",
"total_votes": 7791,
"votes": {
"Mitt Romney": 3064,
"Virgil Goode": 16,
"Jerry White": 4,
"Barack Obama": 4622,
"Jill Stein": 19,
"Gloria La Riva": 4,
"Gary Johnson": 62
},
"pct_reporting": "100"
},
"55107": {
"county": "Rusk",
"fip": "55107",
"total_votes": 7171,
"votes": {
"Mitt Romney": 3673,
"Virgil Goode": 23,
"Jerry White": 2,
"Barack Obama": 3391,
"Jill Stein": 26,
"Gloria La Riva": 5,
"Gary Johnson": 51
},
"pct_reporting": "100"
}
},
"WV": {
"54057": {
"county": "Mineral",
"fip": "54057",
"total_votes": 10784,
"votes": {
"Mitt Romney": 7687,
"Barack Obama": 2836,
"Randall Terry": 87,
"Jill Stein": 64,
"Gary Johnson": 110
},
"pct_reporting": "100"
},
"54055": {
"county": "Mercer",
"fip": "54055",
"total_votes": 21216,
"votes": {
"Mitt Romney": 15406,
"Barack Obama": 5416,
"Randall Terry": 111,
"Jill Stein": 109,
"Gary Johnson": 174
},
"pct_reporting": "100"
},
"54053": {
"county": "Mason",
"fip": "54053",
"total_votes": 9713,
"votes": {
"Mitt Romney": 5706,
"Barack Obama": 3738,
"Randall Terry": 93,
"Jill Stein": 77,
"Gary Johnson": 99
},
"pct_reporting": "100"
},
"54015": {
"county": "Clay",
"fip": "54015",
"total_votes": 2989,
"votes": {
"Mitt Romney": 1957,
"Barack Obama": 922,
"Randall Terry": 48,
"Jill Stein": 38,
"Gary Johnson": 24
},
"pct_reporting": "100"
},
"54051": {
"county": "Marshall",
"fip": "54051",
"total_votes": 9849,
"votes": {
"Mitt Romney": 6208,
"Barack Obama": 3395,
"Randall Terry": 70,
"Jill Stein": 95,
"Gary Johnson": 81
},
"pct_reporting": "100"
},
"54093": {
"county": "Tucker",
"fip": "54093",
"total_votes": 3118,
"votes": {
"Mitt Romney": 2160,
"Barack Obama": 876,
"Randall Terry": 32,
"Jill Stein": 20,
"Gary Johnson": 30
},
"pct_reporting": "100"
},
"54091": {
"county": "Taylor",
"fip": "54091",
"total_votes": 5887,
"votes": {
"Mitt Romney": 3827,
"Barack Obama": 1933,
"Randall Terry": 35,
"Jill Stein": 48,
"Gary Johnson": 44
},
"pct_reporting": "100"
},
"54097": {
"county": "Upshur",
"fip": "54097",
"total_votes": 8195,
"votes": {
"Mitt Romney": 5878,
"Barack Obama": 2143,
"Randall Terry": 51,
"Jill Stein": 48,
"Gary Johnson": 75
},
"pct_reporting": "100"
},
"54099": {
"county": "Wayne",
"fip": "54099",
"total_votes": 13923,
"votes": {
"Mitt Romney": 8673,
"Barack Obama": 4915,
"Randall Terry": 109,
"Jill Stein": 85,
"Gary Johnson": 141
},
"pct_reporting": "100"
},
"54059": {
"county": "Mingo",
"fip": "54059",
"total_votes": 8794,
"votes": {
"Mitt Romney": 6163,
"Barack Obama": 2421,
"Randall Terry": 64,
"Jill Stein": 66,
"Gary Johnson": 80
},
"pct_reporting": "100"
},
"54035": {
"county": "Jackson",
"fip": "54035",
"total_votes": 11465,
"votes": {
"Mitt Romney": 7360,
"Barack Obama": 3824,
"Randall Terry": 81,
"Jill Stein": 100,
"Gary Johnson": 100
},
"pct_reporting": "100"
},
"54037": {
"county": "Jefferson",
"fip": "54037",
"total_votes": 21776,
"votes": {
"Mitt Romney": 11090,
"Barack Obama": 10215,
"Randall Terry": 66,
"Jill Stein": 140,
"Gary Johnson": 265
},
"pct_reporting": "100"
},
"54031": {
"county": "Hardy",
"fip": "54031",
"total_votes": 5149,
"votes": {
"Mitt Romney": 3523,
"Barack Obama": 1477,
"Randall Terry": 59,
"Jill Stein": 43,
"Gary Johnson": 47
},
"pct_reporting": "100"
},
"54033": {
"county": "Harrison",
"fip": "54033",
"total_votes": 25948,
"votes": {
"Mitt Romney": 15755,
"Barack Obama": 9660,
"Randall Terry": 177,
"Jill Stein": 152,
"Gary Johnson": 204
},
"pct_reporting": "100"
},
"54063": {
"county": "Monroe",
"fip": "54063",
"total_votes": 5152,
"votes": {
"Mitt Romney": 3571,
"Barack Obama": 1441,
"Randall Terry": 43,
"Jill Stein": 44,
"Gary Johnson": 53
},
"pct_reporting": "100"
},
"54071": {
"county": "Pendleton",
"fip": "54071",
"total_votes": 3224,
"votes": {
"Mitt Romney": 2087,
"Barack Obama": 1067,
"Randall Terry": 25,
"Jill Stein": 30,
"Gary Johnson": 15
},
"pct_reporting": "100"
},
"54019": {
"county": "Fayette",
"fip": "54019",
"total_votes": 13971,
"votes": {
"Mitt Romney": 8304,
"Barack Obama": 5368,
"Randall Terry": 85,
"Jill Stein": 98,
"Gary Johnson": 116
},
"pct_reporting": "100"
},
"54039": {
"county": "Kanawha",
"fip": "54039",
"total_votes": 74451,
"votes": {
"Mitt Romney": 41037,
"Barack Obama": 32190,
"Randall Terry": 243,
"Jill Stein": 399,
"Gary Johnson": 582
},
"pct_reporting": "100"
},
"54073": {
"county": "Pleasants",
"fip": "54073",
"total_votes": 2807,
"votes": {
"Mitt Romney": 1805,
"Barack Obama": 942,
"Randall Terry": 17,
"Jill Stein": 17,
"Gary Johnson": 26
},
"pct_reporting": "100"
},
"54077": {
"county": "Preston",
"fip": "54077",
"total_votes": 11089,
"votes": {
"Mitt Romney": 7841,
"Barack Obama": 2916,
"Randall Terry": 99,
"Jill Stein": 106,
"Gary Johnson": 127
},
"pct_reporting": "100"
},
"54095": {
"county": "Tyler",
"fip": "54095",
"total_votes": 3245,
"votes": {
"Mitt Romney": 2291,
"Barack Obama": 880,
"Randall Terry": 22,
"Jill Stein": 24,
"Gary Johnson": 28
},
"pct_reporting": "100"
},
"54061": {
"county": "Monongalia",
"fip": "54061",
"total_votes": 31140,
"votes": {
"Mitt Romney": 16672,
"Barack Obama": 13664,
"Randall Terry": 105,
"Jill Stein": 237,
"Gary Johnson": 462
},
"pct_reporting": "100"
},
"54075": {
"county": "Pocahontas",
"fip": "54075",
"total_votes": 3553,
"votes": {
"Mitt Romney": 2167,
"Barack Obama": 1298,
"Randall Terry": 24,
"Jill Stein": 31,
"Gary Johnson": 33
},
"pct_reporting": "100"
},
"54067": {
"county": "Nicholas",
"fip": "54067",
"total_votes": 8676,
"votes": {
"Mitt Romney": 5823,
"Barack Obama": 2635,
"Randall Terry": 69,
"Jill Stein": 60,
"Gary Johnson": 89
},
"pct_reporting": "100"
},
"54085": {
"county": "Ritchie",
"fip": "54085",
"total_votes": 3749,
"votes": {
"Mitt Romney": 2889,
"Barack Obama": 762,
"Randall Terry": 31,
"Jill Stein": 32,
"Gary Johnson": 35
},
"pct_reporting": "100"
},
"54087": {
"county": "Roane",
"fip": "54087",
"total_votes": 5027,
"votes": {
"Mitt Romney": 2973,
"Barack Obama": 1928,
"Randall Terry": 43,
"Jill Stein": 44,
"Gary Johnson": 39
},
"pct_reporting": "100"
},
"54081": {
"county": "Raleigh",
"fip": "54081",
"total_votes": 28499,
"votes": {
"Mitt Romney": 20375,
"Barack Obama": 7651,
"Randall Terry": 117,
"Jill Stein": 140,
"Gary Johnson": 216
},
"pct_reporting": "100"
},
"54083": {
"county": "Randolph",
"fip": "54083",
"total_votes": 9727,
"votes": {
"Mitt Romney": 6150,
"Barack Obama": 3325,
"Randall Terry": 59,
"Jill Stein": 94,
"Gary Johnson": 99
},
"pct_reporting": "100"
},
"54003": {
"county": "Berkeley",
"fip": "54003",
"total_votes": 36804,
"votes": {
"Mitt Romney": 21956,
"Barack Obama": 14122,
"Randall Terry": 107,
"Jill Stein": 201,
"Gary Johnson": 418
},
"pct_reporting": "100"
},
"54089": {
"county": "Summers",
"fip": "54089",
"total_votes": 4712,
"votes": {
"Mitt Romney": 2968,
"Barack Obama": 1612,
"Randall Terry": 29,
"Jill Stein": 47,
"Gary Johnson": 56
},
"pct_reporting": "100"
},
"54041": {
"county": "Lewis",
"fip": "54041",
"total_votes": 6243,
"votes": {
"Mitt Romney": 4349,
"Barack Obama": 1719,
"Randall Terry": 55,
"Jill Stein": 52,
"Gary Johnson": 68
},
"pct_reporting": "100"
},
"54043": {
"county": "Lincoln",
"fip": "54043",
"total_votes": 6747,
"votes": {
"Mitt Romney": 4336,
"Barack Obama": 2204,
"Randall Terry": 86,
"Jill Stein": 50,
"Gary Johnson": 71
},
"pct_reporting": "100"
},
"54045": {
"county": "Logan",
"fip": "54045",
"total_votes": 11901,
"votes": {
"Mitt Romney": 8186,
"Barack Obama": 3461,
"Randall Terry": 92,
"Jill Stein": 77,
"Gary Johnson": 85
},
"pct_reporting": "100"
},
"54065": {
"county": "Morgan",
"fip": "54065",
"total_votes": 7037,
"votes": {
"Mitt Romney": 4508,
"Barack Obama": 2361,
"Randall Terry": 48,
"Jill Stein": 60,
"Gary Johnson": 60
},
"pct_reporting": "100"
},
"54047": {
"county": "McDowell",
"fip": "54047",
"total_votes": 6136,
"votes": {
"Mitt Romney": 3931,
"Barack Obama": 2086,
"Randall Terry": 51,
"Jill Stein": 36,
"Gary Johnson": 32
},
"pct_reporting": "100"
},
"54049": {
"county": "Marion",
"fip": "54049",
"total_votes": 21414,
"votes": {
"Mitt Romney": 11981,
"Barack Obama": 8905,
"Randall Terry": 129,
"Jill Stein": 158,
"Gary Johnson": 241
},
"pct_reporting": "100"
},
"54105": {
"county": "Wirt",
"fip": "54105",
"total_votes": 2163,
"votes": {
"Mitt Romney": 1422,
"Barack Obama": 673,
"Randall Terry": 29,
"Jill Stein": 12,
"Gary Johnson": 27
},
"pct_reporting": "100"
},
"54027": {
"county": "Hampshire",
"fip": "54027",
"total_votes": 7972,
"votes": {
"Mitt Romney": 5514,
"Barack Obama": 2294,
"Randall Terry": 65,
"Jill Stein": 46,
"Gary Johnson": 53
},
"pct_reporting": "100"
},
"54107": {
"county": "Wood",
"fip": "54107",
"total_votes": 33600,
"votes": {
"Mitt Romney": 21980,
"Barack Obama": 11067,
"Randall Terry": 140,
"Jill Stein": 156,
"Gary Johnson": 257
},
"pct_reporting": "100"
},
"54025": {
"county": "Greenbrier",
"fip": "54025",
"total_votes": 12872,
"votes": {
"Mitt Romney": 7873,
"Barack Obama": 4681,
"Randall Terry": 76,
"Jill Stein": 103,
"Gary Johnson": 139
},
"pct_reporting": "100"
},
"54101": {
"county": "Webster",
"fip": "54101",
"total_votes": 2744,
"votes": {
"Mitt Romney": 1708,
"Barack Obama": 939,
"Randall Terry": 48,
"Jill Stein": 29,
"Gary Johnson": 20
},
"pct_reporting": "100"
},
"54023": {
"county": "Grant",
"fip": "54023",
"total_votes": 4572,
"votes": {
"Mitt Romney": 3775,
"Barack Obama": 713,
"Randall Terry": 35,
"Jill Stein": 25,
"Gary Johnson": 24
},
"pct_reporting": "100"
},
"54103": {
"county": "Wetzel",
"fip": "54103",
"total_votes": 5808,
"votes": {
"Mitt Romney": 3449,
"Barack Obama": 2194,
"Randall Terry": 44,
"Jill Stein": 57,
"Gary Johnson": 64
},
"pct_reporting": "100"
},
"54021": {
"county": "Gilmer",
"fip": "54021",
"total_votes": 2482,
"votes": {
"Mitt Romney": 1580,
"Barack Obama": 830,
"Randall Terry": 21,
"Jill Stein": 25,
"Gary Johnson": 26
},
"pct_reporting": "100"
},
"54005": {
"county": "Boone",
"fip": "54005",
"total_votes": 8434,
"votes": {
"Mitt Romney": 5414,
"Barack Obama": 2777,
"Randall Terry": 100,
"Jill Stein": 66,
"Gary Johnson": 77
},
"pct_reporting": "100"
},
"54007": {
"county": "Braxton",
"fip": "54007",
"total_votes": 4756,
"votes": {
"Mitt Romney": 2692,
"Barack Obama": 1985,
"Randall Terry": 30,
"Jill Stein": 26,
"Gary Johnson": 23
},
"pct_reporting": "100"
},
"54109": {
"county": "Wyoming",
"fip": "54109",
"total_votes": 7496,
"votes": {
"Mitt Romney": 5751,
"Barack Obama": 1575,
"Randall Terry": 65,
"Jill Stein": 53,
"Gary Johnson": 52
},
"pct_reporting": "100"
},
"54001": {
"county": "Barbour",
"fip": "54001",
"total_votes": 5733,
"votes": {
"Mitt Romney": 3804,
"Barack Obama": 1761,
"Randall Terry": 45,
"Jill Stein": 53,
"Gary Johnson": 70
},
"pct_reporting": "100"
},
"54029": {
"county": "Hancock",
"fip": "54029",
"total_votes": 11991,
"votes": {
"Mitt Romney": 7159,
"Barack Obama": 4571,
"Randall Terry": 89,
"Jill Stein": 64,
"Gary Johnson": 108
},
"pct_reporting": "100"
},
"54013": {
"county": "Calhoun",
"fip": "54013",
"total_votes": 2157,
"votes": {
"Mitt Romney": 1288,
"Barack Obama": 801,
"Randall Terry": 16,
"Jill Stein": 23,
"Gary Johnson": 29
},
"pct_reporting": "100"
},
"54011": {
"county": "Cabell",
"fip": "54011",
"total_votes": 31744,
"votes": {
"Mitt Romney": 17779,
"Barack Obama": 13380,
"Randall Terry": 85,
"Jill Stein": 186,
"Gary Johnson": 314
},
"pct_reporting": "100"
},
"54079": {
"county": "Putnam",
"fip": "54079",
"total_votes": 23501,
"votes": {
"Mitt Romney": 15926,
"Barack Obama": 7198,
"Randall Terry": 82,
"Jill Stein": 110,
"Gary Johnson": 185
},
"pct_reporting": "100"
},
"54069": {
"county": "Ohio",
"fip": "54069",
"total_votes": 17541,
"votes": {
"Mitt Romney": 10577,
"Barack Obama": 6623,
"Randall Terry": 57,
"Jill Stein": 104,
"Gary Johnson": 180
},
"pct_reporting": "100"
},
"54017": {
"county": "Doddridge",
"fip": "54017",
"total_votes": 2743,
"votes": {
"Mitt Romney": 2108,
"Barack Obama": 571,
"Randall Terry": 17,
"Jill Stein": 25,
"Gary Johnson": 22
},
"pct_reporting": "100"
},
"54009": {
"county": "Brooke",
"fip": "54009",
"total_votes": 9224,
"votes": {
"Mitt Romney": 5014,
"Barack Obama": 3984,
"Randall Terry": 61,
"Jill Stein": 56,
"Gary Johnson": 109
},
"pct_reporting": "100"
}
},
"HI": {
"15007": {
"county": "Kauai",
"fip": "15007",
"total_votes": 25369,
"votes": {
"Mitt Romney": 6121,
"Barack Obama": 18638,
"Jill Stein": 338,
"Gary Johnson": 272
},
"pct_reporting": "100"
},
"15003": {
"county": "Honolulu",
"fip": "15003",
"total_votes": 292925,
"votes": {
"Mitt Romney": 87255,
"Barack Obama": 201803,
"Jill Stein": 1650,
"Gary Johnson": 2217
},
"pct_reporting": "100"
},
"15009": {
"county": "Maui",
"fip": "15009",
"total_votes": 48547,
"votes": {
"Mitt Romney": 11577,
"Barack Obama": 35979,
"Jill Stein": 431,
"Gary Johnson": 560
},
"pct_reporting": "100"
},
"15001": {
"county": "Hawaii",
"fip": "15001",
"total_votes": 62653,
"votes": {
"Mitt Romney": 14541,
"Barack Obama": 46670,
"Jill Stein": 702,
"Gary Johnson": 740
},
"pct_reporting": "100"
}
},
"FL": {
"12079": {
"county": "Madison",
"fip": "12079",
"total_votes": 8712,
"votes": {
"Mitt Romney": 4474,
"Barack Obama": 4174,
"Jill Stein": 11,
"Gary Johnson": 33,
"Tom Hoefling": 0,
"Roseanne Barr": 9,
"Tom Stevens": 4,
"Virgil Goode": 2,
"Andre Barnett": 0,
"Stewart Alexander": 4,
"Peta Lindsay": 0,
"Rocky Anderson": 1
},
"pct_reporting": "100"
},
"12069": {
"county": "Lake",
"fip": "12069",
"total_votes": 150796,
"votes": {
"Mitt Romney": 87637,
"Barack Obama": 61790,
"Jill Stein": 136,
"Gary Johnson": 799,
"Tom Hoefling": 17,
"Roseanne Barr": 197,
"Tom Stevens": 110,
"Virgil Goode": 48,
"Andre Barnett": 15,
"Stewart Alexander": 11,
"Peta Lindsay": 4,
"Rocky Anderson": 32
},
"pct_reporting": "100"
},
"12037": {
"county": "Franklin",
"fip": "12037",
"total_votes": 5474,
"votes": {
"Mitt Romney": 3570,
"Barack Obama": 1845,
"Jill Stein": 8,
"Gary Johnson": 19,
"Tom Hoefling": 1,
"Roseanne Barr": 15,
"Tom Stevens": 7,
"Virgil Goode": 4,
"Andre Barnett": 0,
"Stewart Alexander": 0,
"Peta Lindsay": 0,
"Rocky Anderson": 5
},
"pct_reporting": "100"
},
"12023": {
"county": "Columbia",
"fip": "12023",
"total_votes": 27163,
"votes": {
"Mitt Romney": 18429,
"Barack Obama": 8462,
"Jill Stein": 35,
"Gary Johnson": 143,
"Tom Hoefling": 6,
"Roseanne Barr": 43,
"Tom Stevens": 22,
"Virgil Goode": 12,
"Andre Barnett": 3,
"Stewart Alexander": 1,
"Peta Lindsay": 2,
"Rocky Anderson": 5
},
"pct_reporting": "100"
},
"12051": {
"county": "Hendry",
"fip": "12051",
"total_votes": 10185,
"votes": {
"Mitt Romney": 5355,
"Barack Obama": 4751,
"Jill Stein": 7,
"Gary Johnson": 32,
"Tom Hoefling": 1,
"Roseanne Barr": 18,
"Tom Stevens": 10,
"Virgil Goode": 4,
"Andre Barnett": 2,
"Stewart Alexander": 2,
"Peta Lindsay": 0,
"Rocky Anderson": 3
},
"pct_reporting": "100"
},
"12077": {
"county": "Liberty",
"fip": "12077",
"total_votes": 3284,
"votes": {
"Mitt Romney": 2301,
"Barack Obama": 942,
"Jill Stein": 2,
"Gary Johnson": 9,
"Tom Hoefling": 2,
"Roseanne Barr": 16,
"Tom Stevens": 6,
"Virgil Goode": 3,
"Andre Barnett": 0,
"Stewart Alexander": 2,
"Peta Lindsay": 0,
"Rocky Anderson": 1
},
"pct_reporting": "100"
},
"12053": {
"county": "Hernando",
"fip": "12053",
"total_votes": 83593,
"votes": {
"Mitt Romney": 44906,
"Barack Obama": 37791,
"Jill Stein": 93,
"Gary Johnson": 486,
"Tom Hoefling": 15,
"Roseanne Barr": 164,
"Tom Stevens": 70,
"Virgil Goode": 35,
"Andre Barnett": 10,
"Stewart Alexander": 6,
"Peta Lindsay": 3,
"Rocky Anderson": 14
},
"pct_reporting": "100"
},
"12055": {
"county": "Highlands",
"fip": "12055",
"total_votes": 42440,
"votes": {
"Mitt Romney": 25912,
"Barack Obama": 16147,
"Jill Stein": 36,
"Gary Johnson": 195,
"Tom Hoefling": 7,
"Roseanne Barr": 58,
"Tom Stevens": 40,
"Virgil Goode": 19,
"Andre Barnett": 6,
"Stewart Alexander": 5,
"Peta Lindsay": 0,
"Rocky Anderson": 15
},
"pct_reporting": "100"
},
"12013": {
"county": "Calhoun",
"fip": "12013",
"total_votes": 6152,
"votes": {
"Mitt Romney": 4366,
"Barack Obama": 1664,
"Jill Stein": 8,
"Gary Johnson": 48,
"Tom Hoefling": 3,
"Roseanne Barr": 33,
"Tom Stevens": 13,
"Virgil Goode": 5,
"Andre Barnett": 4,
"Stewart Alexander": 1,
"Peta Lindsay": 1,
"Rocky Anderson": 6
},
"pct_reporting": "100"
},
"12057": {
"county": "Hillsborough",
"fip": "12057",
"total_votes": 541503,
"votes": {
"Mitt Romney": 249904,
"Barack Obama": 286158,
"Jill Stein": 679,
"Gary Johnson": 3442,
"Tom Hoefling": 56,
"Roseanne Barr": 531,
"Tom Stevens": 254,
"Virgil Goode": 177,
"Andre Barnett": 56,
"Stewart Alexander": 71,
"Peta Lindsay": 19,
"Rocky Anderson": 156
},
"pct_reporting": "100"
},
"12117": {
"county": "Seminole",
"fip": "12117",
"total_votes": 208605,
"votes": {
"Mitt Romney": 109939,
"Barack Obama": 96435,
"Jill Stein": 228,
"Gary Johnson": 1604,
"Tom Hoefling": 24,
"Roseanne Barr": 140,
"Tom Stevens": 68,
"Virgil Goode": 72,
"Andre Barnett": 18,
"Stewart Alexander": 14,
"Peta Lindsay": 10,
"Rocky Anderson": 53
},
"pct_reporting": "100"
},
"12059": {
"county": "Holmes",
"fip": "12059",
"total_votes": 8274,
"votes": {
"Mitt Romney": 6919,
"Barack Obama": 1264,
"Jill Stein": 6,
"Gary Johnson": 34,
"Tom Hoefling": 1,
"Roseanne Barr": 25,
"Tom Stevens": 8,
"Virgil Goode": 6,
"Andre Barnett": 5,
"Stewart Alexander": 0,
"Peta Lindsay": 1,
"Rocky Anderson": 5
},
"pct_reporting": "100"
},
"12075": {
"county": "Levy",
"fip": "12075",
"total_votes": 18396,
"votes": {
"Mitt Romney": 12052,
"Barack Obama": 6118,
"Jill Stein": 33,
"Gary Johnson": 90,
"Tom Hoefling": 6,
"Roseanne Barr": 53,
"Tom Stevens": 22,
"Virgil Goode": 13,
"Andre Barnett": 4,
"Stewart Alexander": 3,
"Peta Lindsay": 0,
"Rocky Anderson": 2
},
"pct_reporting": "100"
},
"12073": {
"county": "Leon",
"fip": "12073",
"total_votes": 148335,
"votes": {
"Mitt Romney": 55806,
"Barack Obama": 90863,
"Jill Stein": 232,
"Gary Johnson": 1137,
"Tom Hoefling": 20,
"Roseanne Barr": 102,
"Tom Stevens": 47,
"Virgil Goode": 62,
"Andre Barnett": 8,
"Stewart Alexander": 14,
"Peta Lindsay": 11,
"Rocky Anderson": 33
},
"pct_reporting": "100"
},
"12071": {
"county": "Lee",
"fip": "12071",
"total_votes": 266034,
"votes": {
"Mitt Romney": 154112,
"Barack Obama": 110080,
"Jill Stein": 206,
"Gary Johnson": 1175,
"Tom Hoefling": 27,
"Roseanne Barr": 182,
"Tom Stevens": 101,
"Virgil Goode": 68,
"Andre Barnett": 21,
"Stewart Alexander": 25,
"Peta Lindsay": 4,
"Rocky Anderson": 33
},
"pct_reporting": "100"
},
"12111": {
"county": "St. Lucie",
"fip": "12111",
"total_votes": 123026,
"votes": {
"Mitt Romney": 56202,
"Barack Obama": 65869,
"Jill Stein": 115,
"Gary Johnson": 521,
"Tom Hoefling": 11,
"Roseanne Barr": 147,
"Tom Stevens": 66,
"Virgil Goode": 33,
"Andre Barnett": 11,
"Stewart Alexander": 10,
"Peta Lindsay": 9,
"Rocky Anderson": 32
},
"pct_reporting": "100"
},
"12039": {
"county": "Gadsden",
"fip": "12039",
"total_votes": 22495,
"votes": {
"Mitt Romney": 6628,
"Barack Obama": 15768,
"Jill Stein": 8,
"Gary Johnson": 54,
"Tom Hoefling": 1,
"Roseanne Barr": 14,
"Tom Stevens": 10,
"Virgil Goode": 2,
"Andre Barnett": 3,
"Stewart Alexander": 2,
"Peta Lindsay": 1,
"Rocky Anderson": 4
},
"pct_reporting": "100"
},
"12063": {
"county": "Jackson",
"fip": "12063",
"total_votes": 20940,
"votes": {
"Mitt Romney": 13417,
"Barack Obama": 7342,
"Jill Stein": 12,
"Gary Johnson": 79,
"Tom Hoefling": 2,
"Roseanne Barr": 36,
"Tom Stevens": 27,
"Virgil Goode": 11,
"Andre Barnett": 9,
"Stewart Alexander": 2,
"Peta Lindsay": 1,
"Rocky Anderson": 2
},
"pct_reporting": "100"
},
"12019": {
"county": "Clay",
"fip": "12019",
"total_votes": 96549,
"votes": {
"Mitt Romney": 69996,
"Barack Obama": 25745,
"Jill Stein": 79,
"Gary Johnson": 506,
"Tom Hoefling": 14,
"Roseanne Barr": 96,
"Tom Stevens": 54,
"Virgil Goode": 25,
"Andre Barnett": 11,
"Stewart Alexander": 6,
"Peta Lindsay": 3,
"Rocky Anderson": 14
},
"pct_reporting": "100"
},
"12115": {
"county": "Sarasota",
"fip": "12115",
"total_votes": 207434,
"votes": {
"Mitt Romney": 110489,
"Barack Obama": 95089,
"Jill Stein": 284,
"Gary Johnson": 1091,
"Tom Hoefling": 26,
"Roseanne Barr": 253,
"Tom Stevens": 88,
"Virgil Goode": 39,
"Andre Barnett": 10,
"Stewart Alexander": 13,
"Peta Lindsay": 6,
"Rocky Anderson": 46
},
"pct_reporting": "100"
},
"12087": {
"county": "Monroe",
"fip": "12087",
"total_votes": 39045,
"votes": {
"Mitt Romney": 19234,
"Barack Obama": 19392,
"Jill Stein": 67,
"Gary Johnson": 260,
"Tom Hoefling": 0,
"Roseanne Barr": 51,
"Tom Stevens": 13,
"Virgil Goode": 9,
"Andre Barnett": 2,
"Stewart Alexander": 8,
"Peta Lindsay": 0,
"Rocky Anderson": 9
},
"pct_reporting": "100"
},
"12015": {
"county": "Charlotte",
"fip": "12015",
"total_votes": 84664,
"votes": {
"Mitt Romney": 47988,
"Barack Obama": 35896,
"Jill Stein": 108,
"Gary Johnson": 411,
"Tom Hoefling": 11,
"Roseanne Barr": 128,
"Tom Stevens": 63,
"Virgil Goode": 28,
"Andre Barnett": 4,
"Stewart Alexander": 9,
"Peta Lindsay": 2,
"Rocky Anderson": 16
},
"pct_reporting": "100"
},
"12119": {
"county": "Sumter",
"fip": "12119",
"total_votes": 60471,
"votes": {
"Mitt Romney": 40644,
"Barack Obama": 19519,
"Jill Stein": 49,
"Gary Johnson": 162,
"Tom Hoefling": 2,
"Roseanne Barr": 45,
"Tom Stevens": 22,
"Virgil Goode": 14,
"Andre Barnett": 1,
"Stewart Alexander": 4,
"Peta Lindsay": 0,
"Rocky Anderson": 9
},
"pct_reporting": "100"
},
"12017": {
"county": "Citrus",
"fip": "12017",
"total_votes": 73923,
"votes": {
"Mitt Romney": 44657,
"Barack Obama": 28453,
"Jill Stein": 85,
"Gary Johnson": 424,
"Tom Hoefling": 11,
"Roseanne Barr": 152,
"Tom Stevens": 72,
"Virgil Goode": 32,
"Andre Barnett": 9,
"Stewart Alexander": 8,
"Peta Lindsay": 0,
"Rocky Anderson": 20
},
"pct_reporting": "100"
},
"12011": {
"county": "Broward",
"fip": "12011",
"total_votes": 755166,
"votes": {
"Mitt Romney": 243732,
"Barack Obama": 507430,
"Jill Stein": 573,
"Gary Johnson": 2371,
"Tom Hoefling": 46,
"Roseanne Barr": 384,
"Tom Stevens": 234,
"Virgil Goode": 131,
"Andre Barnett": 58,
"Stewart Alexander": 77,
"Peta Lindsay": 26,
"Rocky Anderson": 104
},
"pct_reporting": "100"
},
"12129": {
"county": "Wakulla",
"fip": "12129",
"total_votes": 14656,
"votes": {
"Mitt Romney": 9288,
"Barack Obama": 5173,
"Jill Stein": 14,
"Gary Johnson": 112,
"Tom Hoefling": 6,
"Roseanne Barr": 34,
"Tom Stevens": 13,
"Virgil Goode": 5,
"Andre Barnett": 5,
"Stewart Alexander": 3,
"Peta Lindsay": 2,
"Rocky Anderson": 1
},
"pct_reporting": "100"
},
"12035": {
"county": "Flagler",
"fip": "12035",
"total_votes": 50589,
"votes": {
"Mitt Romney": 26966,
"Barack Obama": 23204,
"Jill Stein": 45,
"Gary Johnson": 252,
"Tom Hoefling": 5,
"Roseanne Barr": 61,
"Tom Stevens": 24,
"Virgil Goode": 18,
"Andre Barnett": 2,
"Stewart Alexander": 3,
"Peta Lindsay": 2,
"Rocky Anderson": 7
},
"pct_reporting": "100"
},
"12065": {
"county": "Jefferson",
"fip": "12065",
"total_votes": 7808,
"votes": {
"Mitt Romney": 3808,
"Barack Obama": 3945,
"Jill Stein": 9,
"Gary Johnson": 28,
"Tom Hoefling": 0,
"Roseanne Barr": 6,
"Tom Stevens": 2,
"Virgil Goode": 6,
"Andre Barnett": 0,
"Stewart Alexander": 1,
"Peta Lindsay": 0,
"Rocky Anderson": 3
},
"pct_reporting": "100"
},
"12095": {
"county": "Orange",
"fip": "12095",
"total_votes": 467385,
"votes": {
"Mitt Romney": 189057,
"Barack Obama": 274227,
"Jill Stein": 441,
"Gary Johnson": 2837,
"Tom Hoefling": 53,
"Roseanne Barr": 288,
"Tom Stevens": 162,
"Virgil Goode": 111,
"Andre Barnett": 63,
"Stewart Alexander": 42,
"Peta Lindsay": 18,
"Rocky Anderson": 86
},
"pct_reporting": "100"
},
"12097": {
"county": "Osceola",
"fip": "12097",
"total_votes": 108647,
"votes": {
"Mitt Romney": 40581,
"Barack Obama": 67201,
"Jill Stein": 88,
"Gary Johnson": 458,
"Tom Hoefling": 14,
"Roseanne Barr": 111,
"Tom Stevens": 68,
"Virgil Goode": 43,
"Andre Barnett": 13,
"Stewart Alexander": 19,
"Peta Lindsay": 8,
"Rocky Anderson": 43
},
"pct_reporting": "100"
},
"12085": {
"county": "Martin",
"fip": "12085",
"total_votes": 78860,
"votes": {
"Mitt Romney": 48180,
"Barack Obama": 30097,
"Jill Stein": 81,
"Gary Johnson": 368,
"Tom Hoefling": 4,
"Roseanne Barr": 68,
"Tom Stevens": 25,
"Virgil Goode": 23,
"Andre Barnett": 4,
"Stewart Alexander": 3,
"Peta Lindsay": 2,
"Rocky Anderson": 5
},
"pct_reporting": "100"
},
"12091": {
"county": "Okaloosa",
"fip": "12091",
"total_votes": 94739,
"votes": {
"Mitt Romney": 70143,
"Barack Obama": 23390,
"Jill Stein": 96,
"Gary Johnson": 847,
"Tom Hoefling": 17,
"Roseanne Barr": 98,
"Tom Stevens": 42,
"Virgil Goode": 53,
"Andre Barnett": 16,
"Stewart Alexander": 14,
"Peta Lindsay": 3,
"Rocky Anderson": 20
},
"pct_reporting": "100"
},
"12093": {
"county": "Okeechobee",
"fip": "12093",
"total_votes": 12321,
"votes": {
"Mitt Romney": 7325,
"Barack Obama": 4856,
"Jill Stein": 15,
"Gary Johnson": 66,
"Tom Hoefling": 4,
"Roseanne Barr": 28,
"Tom Stevens": 9,
"Virgil Goode": 8,
"Andre Barnett": 2,
"Stewart Alexander": 3,
"Peta Lindsay": 0,
"Rocky Anderson": 5
},
"pct_reporting": "100"
},
"12133": {
"county": "Washington",
"fip": "12133",
"total_votes": 10998,
"votes": {
"Mitt Romney": 8037,
"Barack Obama": 2820,
"Jill Stein": 9,
"Gary Johnson": 56,
"Tom Hoefling": 1,
"Roseanne Barr": 39,
"Tom Stevens": 18,
"Virgil Goode": 5,
"Andre Barnett": 6,
"Stewart Alexander": 4,
"Peta Lindsay": 0,
"Rocky Anderson": 3
},
"pct_reporting": "100"
},
"12131": {
"county": "Walton",
"fip": "12131",
"total_votes": 28480,
"votes": {
"Mitt Romney": 21483,
"Barack Obama": 6665,
"Jill Stein": 34,
"Gary Johnson": 205,
"Tom Hoefling": 0,
"Roseanne Barr": 46,
"Tom Stevens": 18,
"Virgil Goode": 15,
"Andre Barnett": 3,
"Stewart Alexander": 2,
"Peta Lindsay": 1,
"Rocky Anderson": 8
},
"pct_reporting": "100"
},
"12099": {
"county": "Palm Beach",
"fip": "12099",
"total_votes": 600341,
"votes": {
"Mitt Romney": 247257,
"Barack Obama": 349418,
"Jill Stein": 503,
"Gary Johnson": 2291,
"Tom Hoefling": 34,
"Roseanne Barr": 353,
"Tom Stevens": 161,
"Virgil Goode": 125,
"Andre Barnett": 41,
"Stewart Alexander": 43,
"Peta Lindsay": 18,
"Rocky Anderson": 97
},
"pct_reporting": "100"
},
"12113": {
"county": "Santa Rosa",
"fip": "12113",
"total_votes": 76816,
"votes": {
"Mitt Romney": 58169,
"Barack Obama": 17757,
"Jill Stein": 84,
"Gary Johnson": 604,
"Tom Hoefling": 3,
"Roseanne Barr": 84,
"Tom Stevens": 33,
"Virgil Goode": 56,
"Andre Barnett": 8,
"Stewart Alexander": 5,
"Peta Lindsay": 4,
"Rocky Anderson": 9
},
"pct_reporting": "100"
},
"12043": {
"county": "Glades",
"fip": "12043",
"total_votes": 3989,
"votes": {
"Mitt Romney": 2344,
"Barack Obama": 1603,
"Jill Stein": 7,
"Gary Johnson": 11,
"Tom Hoefling": 6,
"Roseanne Barr": 14,
"Tom Stevens": 4,
"Virgil Goode": 0,
"Andre Barnett": 0,
"Stewart Alexander": 0,
"Peta Lindsay": 0,
"Rocky Anderson": 0
},
"pct_reporting": "100"
},
"12027": {
"county": "DeSoto",
"fip": "12027",
"total_votes": 9863,
"votes": {
"Mitt Romney": 5587,
"Barack Obama": 4174,
"Jill Stein": 13,
"Gary Johnson": 48,
"Tom Hoefling": 3,
"Roseanne Barr": 19,
"Tom Stevens": 9,
"Virgil Goode": 4,
"Andre Barnett": 2,
"Stewart Alexander": 0,
"Peta Lindsay": 1,
"Rocky Anderson": 3
},
"pct_reporting": "100"
},
"12021": {
"county": "Collier",
"fip": "12021",
"total_votes": 149080,
"votes": {
"Mitt Romney": 96508,
"Barack Obama": 51678,
"Jill Stein": 111,
"Gary Johnson": 604,
"Tom Hoefling": 5,
"Roseanne Barr": 68,
"Tom Stevens": 34,
"Virgil Goode": 32,
"Andre Barnett": 10,
"Stewart Alexander": 5,
"Peta Lindsay": 7,
"Rocky Anderson": 18
},
"pct_reporting": "100"
},
"12045": {
"county": "Gulf",
"fip": "12045",
"total_votes": 7107,
"votes": {
"Mitt Romney": 4995,
"Barack Obama": 2013,
"Jill Stein": 15,
"Gary Johnson": 40,
"Tom Hoefling": 1,
"Roseanne Barr": 28,
"Tom Stevens": 6,
"Virgil Goode": 4,
"Andre Barnett": 1,
"Stewart Alexander": 1,
"Peta Lindsay": 1,
"Rocky Anderson": 2
},
"pct_reporting": "100"
},
"12061": {
"county": "Indian River",
"fip": "12061",
"total_votes": 71445,
"votes": {
"Mitt Romney": 43441,
"Barack Obama": 27483,
"Jill Stein": 58,
"Gary Johnson": 328,
"Tom Hoefling": 7,
"Roseanne Barr": 49,
"Tom Stevens": 35,
"Virgil Goode": 18,
"Andre Barnett": 4,
"Stewart Alexander": 5,
"Peta Lindsay": 0,
"Rocky Anderson": 17
},
"pct_reporting": "100"
},
"12049": {
"county": "Hardee",
"fip": "12049",
"total_votes": 7222,
"votes": {
"Mitt Romney": 4694,
"Barack Obama": 2461,
"Jill Stein": 4,
"Gary Johnson": 38,
"Tom Hoefling": 1,
"Roseanne Barr": 11,
"Tom Stevens": 5,
"Virgil Goode": 5,
"Andre Barnett": 0,
"Stewart Alexander": 1,
"Peta Lindsay": 0,
"Rocky Anderson": 2
},
"pct_reporting": "100"
},
"12029": {
"county": "Dixie",
"fip": "12029",
"total_votes": 6941,
"votes": {
"Mitt Romney": 5052,
"Barack Obama": 1798,
"Jill Stein": 11,
"Gary Johnson": 27,
"Tom Hoefling": 2,
"Roseanne Barr": 32,
"Tom Stevens": 11,
"Virgil Goode": 2,
"Andre Barnett": 0,
"Stewart Alexander": 0,
"Peta Lindsay": 0,
"Rocky Anderson": 6
},
"pct_reporting": "100"
},
"12067": {
"county": "Lafayette",
"fip": "12067",
"total_votes": 3399,
"votes": {
"Mitt Romney": 2668,
"Barack Obama": 687,
"Jill Stein": 2,
"Gary Johnson": 19,
"Tom Hoefling": 0,
"Roseanne Barr": 15,
"Tom Stevens": 2,
"Virgil Goode": 1,
"Andre Barnett": 0,
"Stewart Alexander": 1,
"Peta Lindsay": 1,
"Rocky Anderson": 3
},
"pct_reporting": "100"
},
"12107": {
"county": "Putnam",
"fip": "12107",
"total_votes": 31323,
"votes": {
"Mitt Romney": 19326,
"Barack Obama": 11666,
"Jill Stein": 57,
"Gary Johnson": 144,
"Tom Hoefling": 8,
"Roseanne Barr": 56,
"Tom Stevens": 23,
"Virgil Goode": 22,
"Andre Barnett": 8,
"Stewart Alexander": 2,
"Peta Lindsay": 2,
"Rocky Anderson": 9
},
"pct_reporting": "100"
},
"12105": {
"county": "Polk",
"fip": "12105",
"total_votes": 248658,
"votes": {
"Mitt Romney": 131566,
"Barack Obama": 114610,
"Jill Stein": 250,
"Gary Johnson": 1445,
"Tom Hoefling": 39,
"Roseanne Barr": 396,
"Tom Stevens": 148,
"Virgil Goode": 78,
"Andre Barnett": 30,
"Stewart Alexander": 17,
"Peta Lindsay": 15,
"Rocky Anderson": 64
},
"pct_reporting": "100"
},
"12103": {
"county": "Pinellas",
"fip": "12103",
"total_votes": 457484,
"votes": {
"Mitt Romney": 213192,
"Barack Obama": 238966,
"Jill Stein": 718,
"Gary Johnson": 3321,
"Tom Hoefling": 48,
"Roseanne Barr": 611,
"Tom Stevens": 238,
"Virgil Goode": 177,
"Andre Barnett": 41,
"Stewart Alexander": 45,
"Peta Lindsay": 20,
"Rocky Anderson": 107
},
"pct_reporting": "100"
},
"12101": {
"county": "Pasco",
"fip": "12101",
"total_votes": 213358,
"votes": {
"Mitt Romney": 112335,
"Barack Obama": 98148,
"Jill Stein": 316,
"Gary Johnson": 1692,
"Tom Hoefling": 43,
"Roseanne Barr": 454,
"Tom Stevens": 154,
"Virgil Goode": 88,
"Andre Barnett": 30,
"Stewart Alexander": 24,
"Peta Lindsay": 8,
"Rocky Anderson": 66
},
"pct_reporting": "100"
},
"12009": {
"county": "Brevard",
"fip": "12009",
"total_votes": 285504,
"votes": {
"Mitt Romney": 159270,
"Barack Obama": 122972,
"Jill Stein": 386,
"Gary Johnson": 1972,
"Tom Hoefling": 50,
"Roseanne Barr": 412,
"Tom Stevens": 164,
"Virgil Goode": 129,
"Andre Barnett": 34,
"Stewart Alexander": 26,
"Peta Lindsay": 14,
"Rocky Anderson": 75
},
"pct_reporting": "100"
},
"12007": {
"county": "Bradford",
"fip": "12007",
"total_votes": 11631,
"votes": {
"Mitt Romney": 8216,
"Barack Obama": 3324,
"Jill Stein": 14,
"Gary Johnson": 39,
"Tom Hoefling": 2,
"Roseanne Barr": 15,
"Tom Stevens": 7,
"Virgil Goode": 4,
"Andre Barnett": 2,
"Stewart Alexander": 1,
"Peta Lindsay": 0,
"Rocky Anderson": 7
},
"pct_reporting": "100"
},
"12005": {
"county": "Bay",
"fip": "12005",
"total_votes": 79834,
"votes": {
"Mitt Romney": 56863,
"Barack Obama": 22037,
"Jill Stein": 123,
"Gary Johnson": 573,
"Tom Hoefling": 11,
"Roseanne Barr": 114,
"Tom Stevens": 48,
"Virgil Goode": 25,
"Andre Barnett": 12,
"Stewart Alexander": 3,
"Peta Lindsay": 4,
"Rocky Anderson": 21
},
"pct_reporting": "100"
},
"12003": {
"county": "Baker",
"fip": "12003",
"total_votes": 11366,
"votes": {
"Mitt Romney": 8974,
"Barack Obama": 2310,
"Jill Stein": 6,
"Gary Johnson": 41,
"Tom Hoefling": 5,
"Roseanne Barr": 14,
"Tom Stevens": 8,
"Virgil Goode": 3,
"Andre Barnett": 0,
"Stewart Alexander": 1,
"Peta Lindsay": 1,
"Rocky Anderson": 3
},
"pct_reporting": "100"
},
"12109": {
"county": "St. Johns",
"fip": "12109",
"total_votes": 114733,
"votes": {
"Mitt Romney": 78490,
"Barack Obama": 35155,
"Jill Stein": 147,
"Gary Johnson": 745,
"Tom Hoefling": 7,
"Roseanne Barr": 80,
"Tom Stevens": 36,
"Virgil Goode": 35,
"Andre Barnett": 5,
"Stewart Alexander": 11,
"Peta Lindsay": 2,
"Rocky Anderson": 20
},
"pct_reporting": "100"
},
"12001": {
"county": "Alachua",
"fip": "12001",
"total_votes": 120318,
"votes": {
"Mitt Romney": 48765,
"Barack Obama": 69634,
"Jill Stein": 342,
"Gary Johnson": 1306,
"Tom Hoefling": 16,
"Roseanne Barr": 102,
"Tom Stevens": 46,
"Virgil Goode": 43,
"Andre Barnett": 11,
"Stewart Alexander": 22,
"Peta Lindsay": 4,
"Rocky Anderson": 27
},
"pct_reporting": "100"
},
"12086": {
"county": "Miami-Dade",
"fip": "12086",
"total_votes": 877245,
"votes": {
"Mitt Romney": 332602,
"Barack Obama": 540776,
"Jill Stein": 606,
"Gary Johnson": 2270,
"Tom Hoefling": 61,
"Roseanne Barr": 245,
"Tom Stevens": 272,
"Virgil Goode": 80,
"Andre Barnett": 67,
"Stewart Alexander": 87,
"Peta Lindsay": 44,
"Rocky Anderson": 135
},
"pct_reporting": "100"
},
"12033": {
"county": "Escambia",
"fip": "12033",
"total_votes": 148430,
"votes": {
"Mitt Romney": 88671,
"Barack Obama": 58154,
"Jill Stein": 148,
"Gary Johnson": 1004,
"Tom Hoefling": 30,
"Roseanne Barr": 175,
"Tom Stevens": 69,
"Virgil Goode": 115,
"Andre Barnett": 18,
"Stewart Alexander": 15,
"Peta Lindsay": 4,
"Rocky Anderson": 27
},
"pct_reporting": "100"
},
"12041": {
"county": "Gilchrist",
"fip": "12041",
"total_votes": 7908,
"votes": {
"Mitt Romney": 5917,
"Barack Obama": 1885,
"Jill Stein": 5,
"Gary Johnson": 58,
"Tom Hoefling": 5,
"Roseanne Barr": 20,
"Tom Stevens": 13,
"Virgil Goode": 1,
"Andre Barnett": 0,
"Stewart Alexander": 2,
"Peta Lindsay": 0,
"Rocky Anderson": 2
},
"pct_reporting": "100"
},
"12083": {
"county": "Marion",
"fip": "12083",
"total_votes": 161368,
"votes": {
"Mitt Romney": 93036,
"Barack Obama": 66823,
"Jill Stein": 146,
"Gary Johnson": 806,
"Tom Hoefling": 31,
"Roseanne Barr": 236,
"Tom Stevens": 109,
"Virgil Goode": 95,
"Andre Barnett": 15,
"Stewart Alexander": 20,
"Peta Lindsay": 5,
"Rocky Anderson": 46
},
"pct_reporting": "100"
},
"12081": {
"county": "Manatee",
"fip": "12081",
"total_votes": 153451,
"votes": {
"Mitt Romney": 85616,
"Barack Obama": 66476,
"Jill Stein": 192,
"Gary Johnson": 785,
"Tom Hoefling": 15,
"Roseanne Barr": 170,
"Tom Stevens": 80,
"Virgil Goode": 56,
"Andre Barnett": 8,
"Stewart Alexander": 14,
"Peta Lindsay": 1,
"Rocky Anderson": 38
},
"pct_reporting": "100"
},
"12121": {
"county": "Suwannee",
"fip": "12121",
"total_votes": 17627,
"votes": {
"Mitt Romney": 12672,
"Barack Obama": 4749,
"Jill Stein": 25,
"Gary Johnson": 98,
"Tom Hoefling": 3,
"Roseanne Barr": 41,
"Tom Stevens": 15,
"Virgil Goode": 10,
"Andre Barnett": 6,
"Stewart Alexander": 3,
"Peta Lindsay": 0,
"Rocky Anderson": 5
},
"pct_reporting": "100"
},
"12123": {
"county": "Taylor",
"fip": "12123",
"total_votes": 9117,
"votes": {
"Mitt Romney": 6249,
"Barack Obama": 2761,
"Jill Stein": 5,
"Gary Johnson": 61,
"Tom Hoefling": 4,
"Roseanne Barr": 23,
"Tom Stevens": 5,
"Virgil Goode": 7,
"Andre Barnett": 1,
"Stewart Alexander": 0,
"Peta Lindsay": 0,
"Rocky Anderson": 1
},
"pct_reporting": "100"
},
"12089": {
"county": "Nassau",
"fip": "12089",
"total_votes": 40523,
"votes": {
"Mitt Romney": 29926,
"Barack Obama": 10249,
"Jill Stein": 30,
"Gary Johnson": 230,
"Tom Hoefling": 5,
"Roseanne Barr": 24,
"Tom Stevens": 24,
"Virgil Goode": 12,
"Andre Barnett": 11,
"Stewart Alexander": 2,
"Peta Lindsay": 0,
"Rocky Anderson": 10
},
"pct_reporting": "100"
},
"12125": {
"county": "Union",
"fip": "12125",
"total_votes": 5393,
"votes": {
"Mitt Romney": 3980,
"Barack Obama": 1339,
"Jill Stein": 8,
"Gary Johnson": 27,
"Tom Hoefling": 0,
"Roseanne Barr": 22,
"Tom Stevens": 5,
"Virgil Goode": 5,
"Andre Barnett": 3,
"Stewart Alexander": 0,
"Peta Lindsay": 1,
"Rocky Anderson": 3
},
"pct_reporting": "100"
},
"12031": {
"county": "Duval",
"fip": "12031",
"total_votes": 411702,
"votes": {
"Mitt Romney": 211553,
"Barack Obama": 196657,
"Jill Stein": 398,
"Gary Johnson": 2323,
"Tom Hoefling": 51,
"Roseanne Barr": 275,
"Tom Stevens": 163,
"Virgil Goode": 133,
"Andre Barnett": 42,
"Stewart Alexander": 24,
"Peta Lindsay": 15,
"Rocky Anderson": 68
},
"pct_reporting": "100"
},
"12127": {
"county": "Volusia",
"fip": "12127",
"total_votes": 234483,
"votes": {
"Mitt Romney": 117473,
"Barack Obama": 114716,
"Jill Stein": 266,
"Gary Johnson": 1363,
"Tom Hoefling": 32,
"Roseanne Barr": 310,
"Tom Stevens": 111,
"Virgil Goode": 94,
"Andre Barnett": 23,
"Stewart Alexander": 24,
"Peta Lindsay": 11,
"Rocky Anderson": 60
},
"pct_reporting": "100"
},
"12047": {
"county": "Hamilton",
"fip": "12047",
"total_votes": 5404,
"votes": {
"Mitt Romney": 3137,
"Barack Obama": 2226,
"Jill Stein": 5,
"Gary Johnson": 14,
"Tom Hoefling": 2,
"Roseanne Barr": 8,
"Tom Stevens": 5,
"Virgil Goode": 3,
"Andre Barnett": 2,
"Stewart Alexander": 1,
"Peta Lindsay": 0,
"Rocky Anderson": 1
},
"pct_reporting": "100"
}
},
"WY": {
"56015": {
"county": "Goshen",
"fip": "56015",
"total_votes": 5758,
"votes": {
"Mitt Romney": 4178,
"Virgil Goode": 42,
"Barack Obama": 1458,
"Gary Johnson": 80
},
"pct_reporting": "100"
},
"56033": {
"county": "Sheridan",
"fip": "56033",
"total_votes": 14225,
"votes": {
"Mitt Romney": 10267,
"Virgil Goode": 50,
"Barack Obama": 3618,
"Gary Johnson": 290
},
"pct_reporting": "100"
},
"56017": {
"county": "Hot Springs",
"fip": "56017",
"total_votes": 2495,
"votes": {
"Mitt Romney": 1894,
"Virgil Goode": 15,
"Barack Obama": 523,
"Gary Johnson": 63
},
"pct_reporting": "100"
},
"56011": {
"county": "Crook",
"fip": "56011",
"total_votes": 3657,
"votes": {
"Mitt Romney": 3109,
"Virgil Goode": 20,
"Barack Obama": 426,
"Gary Johnson": 102
},
"pct_reporting": "100"
},
"56013": {
"county": "Fremont",
"fip": "56013",
"total_votes": 16817,
"votes": {
"Mitt Romney": 11072,
"Virgil Goode": 93,
"Barack Obama": 5333,
"Gary Johnson": 319
},
"pct_reporting": "100"
},
"56039": {
"county": "Teton",
"fip": "56039",
"total_votes": 11356,
"votes": {
"Mitt Romney": 4858,
"Virgil Goode": 15,
"Barack Obama": 6211,
"Gary Johnson": 272
},
"pct_reporting": "100"
},
"56019": {
"county": "Johnson",
"fip": "56019",
"total_votes": 4217,
"votes": {
"Mitt Romney": 3362,
"Virgil Goode": 22,
"Barack Obama": 749,
"Gary Johnson": 84
},
"pct_reporting": "100"
},
"56031": {
"county": "Platte",
"fip": "56031",
"total_votes": 4500,
"votes": {
"Mitt Romney": 3136,
"Virgil Goode": 46,
"Barack Obama": 1223,
"Gary Johnson": 95
},
"pct_reporting": "100"
},
"56037": {
"county": "Sweetwater",
"fip": "56037",
"total_votes": 16750,
"votes": {
"Mitt Romney": 11427,
"Virgil Goode": 119,
"Barack Obama": 4773,
"Gary Johnson": 431
},
"pct_reporting": "100"
},
"56029": {
"county": "Park",
"fip": "56029",
"total_votes": 14492,
"votes": {
"Mitt Romney": 11234,
"Virgil Goode": 79,
"Barack Obama": 2927,
"Gary Johnson": 252
},
"pct_reporting": "100"
},
"56035": {
"county": "Sublette",
"fip": "56035",
"total_votes": 4337,
"votes": {
"Mitt Romney": 3472,
"Virgil Goode": 22,
"Barack Obama": 767,
"Gary Johnson": 76
},
"pct_reporting": "100"
},
"56043": {
"county": "Washakie",
"fip": "56043",
"total_votes": 3911,
"votes": {
"Mitt Romney": 3013,
"Virgil Goode": 30,
"Barack Obama": 794,
"Gary Johnson": 74
},
"pct_reporting": "100"
},
"56007": {
"county": "Carbon",
"fip": "56007",
"total_votes": 6461,
"votes": {
"Mitt Romney": 4152,
"Virgil Goode": 46,
"Barack Obama": 2109,
"Gary Johnson": 154
},
"pct_reporting": "100"
},
"56005": {
"county": "Campbell",
"fip": "56005",
"total_votes": 17477,
"votes": {
"Mitt Romney": 14952,
"Virgil Goode": 70,
"Barack Obama": 2163,
"Gary Johnson": 292
},
"pct_reporting": "100"
},
"56003": {
"county": "Big Horn",
"fip": "56003",
"total_votes": 5262,
"votes": {
"Mitt Romney": 4269,
"Virgil Goode": 40,
"Barack Obama": 868,
"Gary Johnson": 85
},
"pct_reporting": "100"
},
"56001": {
"county": "Albany",
"fip": "56001",
"total_votes": 16052,
"votes": {
"Mitt Romney": 7851,
"Virgil Goode": 85,
"Barack Obama": 7445,
"Gary Johnson": 671
},
"pct_reporting": "100"
},
"56025": {
"county": "Natrona",
"fip": "56025",
"total_votes": 32057,
"votes": {
"Mitt Romney": 22129,
"Virgil Goode": 241,
"Barack Obama": 8960,
"Gary Johnson": 727
},
"pct_reporting": "100"
},
"56027": {
"county": "Niobrara",
"fip": "56027",
"total_votes": 1268,
"votes": {
"Mitt Romney": 1022,
"Virgil Goode": 16,
"Barack Obama": 200,
"Gary Johnson": 30
},
"pct_reporting": "100"
},
"56021": {
"county": "Laramie",
"fip": "56021",
"total_votes": 38057,
"votes": {
"Mitt Romney": 23247,
"Virgil Goode": 238,
"Barack Obama": 13807,
"Gary Johnson": 765
},
"pct_reporting": "100"
},
"56009": {
"county": "Converse",
"fip": "56009",
"total_votes": 6287,
"votes": {
"Mitt Romney": 5043,
"Virgil Goode": 44,
"Barack Obama": 1089,
"Gary Johnson": 111
},
"pct_reporting": "100"
},
"56023": {
"county": "Lincoln",
"fip": "56023",
"total_votes": 8573,
"votes": {
"Mitt Romney": 7144,
"Virgil Goode": 31,
"Barack Obama": 1287,
"Gary Johnson": 111
},
"pct_reporting": "100"
},
"56045": {
"county": "Weston",
"fip": "56045",
"total_votes": 3323,
"votes": {
"Mitt Romney": 2821,
"Virgil Goode": 28,
"Barack Obama": 422,
"Gary Johnson": 52
},
"pct_reporting": "100"
},
"56041": {
"county": "Uinta",
"fip": "56041",
"total_votes": 8453,
"votes": {
"Mitt Romney": 6613,
"Virgil Goode": 46,
"Barack Obama": 1628,
"Gary Johnson": 166
},
"pct_reporting": "100"
}
},
"NH": {
"33015": {
"county": "Rockingham",
"fip": "33015",
"total_votes": 169794,
"votes": {
"Mitt Romney": 87809,
"Virgil Goode": 156,
"Barack Obama": 80096,
"Gary Johnson": 1733
},
"pct_reporting": "100"
},
"33017": {
"county": "Strafford",
"fip": "33017",
"total_votes": 63762,
"votes": {
"Mitt Romney": 26779,
"Virgil Goode": 62,
"Barack Obama": 36026,
"Gary Johnson": 895
},
"pct_reporting": "100"
},
"33011": {
"county": "Hillsborough",
"fip": "33011",
"total_votes": 202765,
"votes": {
"Mitt Romney": 98103,
"Virgil Goode": 642,
"Barack Obama": 101499,
"Gary Johnson": 2521
},
"pct_reporting": "100"
},
"33013": {
"county": "Merrimack",
"fip": "33013",
"total_votes": 80054,
"votes": {
"Mitt Romney": 34451,
"Virgil Goode": 70,
"Barack Obama": 44635,
"Gary Johnson": 898
},
"pct_reporting": "100"
},
"33019": {
"county": "Sullivan",
"fip": "33019",
"total_votes": 21814,
"votes": {
"Mitt Romney": 9269,
"Virgil Goode": 33,
"Barack Obama": 12166,
"Gary Johnson": 346
},
"pct_reporting": "100"
},
"33009": {
"county": "Grafton",
"fip": "33009",
"total_votes": 48765,
"votes": {
"Mitt Romney": 18207,
"Virgil Goode": 64,
"Barack Obama": 29826,
"Gary Johnson": 668
},
"pct_reporting": "100"
},
"33003": {
"county": "Carroll",
"fip": "33003",
"total_votes": 28464,
"votes": {
"Mitt Romney": 14207,
"Virgil Goode": 32,
"Barack Obama": 13977,
"Gary Johnson": 248
},
"pct_reporting": "100"
},
"33001": {
"county": "Belknap",
"fip": "33001",
"total_votes": 33771,
"votes": {
"Mitt Romney": 17568,
"Virgil Goode": 27,
"Barack Obama": 15884,
"Gary Johnson": 292
},
"pct_reporting": "100"
},
"33007": {
"county": "Coos",
"fip": "33007",
"total_votes": 15614,
"votes": {
"Mitt Romney": 6342,
"Virgil Goode": 17,
"Barack Obama": 9091,
"Gary Johnson": 164
},
"pct_reporting": "100"
},
"33005": {
"county": "Cheshire",
"fip": "33005",
"total_votes": 41071,
"votes": {
"Mitt Romney": 15135,
"Virgil Goode": 53,
"Barack Obama": 25329,
"Gary Johnson": 554
},
"pct_reporting": "100"
}
},
"NJ": {
"34019": {
"county": "Hunterdon",
"fip": "34019",
"total_votes": 62821,
"votes": {
"Mitt Romney": 36979,
"Merlin Miller": 0,
"Jeff Boss": 3,
"Virgil Goode": 0,
"Gary Johnson": 480,
"Peta Lindsay": 0,
"Barack Obama": 25148,
"James Harris": 0,
"Jill Stein": 197,
"Rocky Anderson": 14
},
"pct_reporting": "100"
},
"34009": {
"county": "Cape May",
"fip": "34009",
"total_votes": 47243,
"votes": {
"Mitt Romney": 25488,
"Merlin Miller": 2,
"Jeff Boss": 3,
"Virgil Goode": 90,
"Gary Johnson": 244,
"Peta Lindsay": 7,
"Barack Obama": 21275,
"James Harris": 11,
"Jill Stein": 110,
"Rocky Anderson": 13
},
"pct_reporting": "100"
},
"34041": {
"county": "Warren",
"fip": "34041",
"total_votes": 43312,
"votes": {
"Mitt Romney": 24695,
"Merlin Miller": 21,
"Jeff Boss": 15,
"Virgil Goode": 40,
"Gary Johnson": 396,
"Peta Lindsay": 36,
"Barack Obama": 17869,
"James Harris": 21,
"Jill Stein": 153,
"Rocky Anderson": 66
},
"pct_reporting": "100"
},
"34011": {
"county": "Cumberland",
"fip": "34011",
"total_votes": 49472,
"votes": {
"Mitt Romney": 18767,
"Merlin Miller": 24,
"Jeff Boss": 10,
"Virgil Goode": 56,
"Gary Johnson": 263,
"Peta Lindsay": 5,
"Barack Obama": 30172,
"James Harris": 14,
"Jill Stein": 103,
"Rocky Anderson": 58
},
"pct_reporting": "100"
},
"34003": {
"county": "Bergen",
"fip": "34003",
"total_votes": 352023,
"votes": {
"Mitt Romney": 155267,
"Merlin Miller": 55,
"Jeff Boss": 81,
"Virgil Goode": 117,
"Gary Johnson": 1608,
"Peta Lindsay": 38,
"Barack Obama": 193470,
"James Harris": 60,
"Jill Stein": 1151,
"Rocky Anderson": 176
},
"pct_reporting": "100"
},
"34013": {
"county": "Essex",
"fip": "34013",
"total_votes": 281633,
"votes": {
"Mitt Romney": 61595,
"Merlin Miller": 257,
"Jeff Boss": 116,
"Virgil Goode": 82,
"Gary Johnson": 899,
"Peta Lindsay": 56,
"Barack Obama": 217950,
"James Harris": 45,
"Jill Stein": 552,
"Rocky Anderson": 81
},
"pct_reporting": "95"
},
"34001": {
"county": "Atlantic",
"fip": "34001",
"total_votes": 102405,
"votes": {
"Mitt Romney": 41918,
"Merlin Miller": 57,
"Jeff Boss": 25,
"Virgil Goode": 55,
"Gary Johnson": 530,
"Peta Lindsay": 10,
"Barack Obama": 59509,
"James Harris": 25,
"Jill Stein": 189,
"Rocky Anderson": 87
},
"pct_reporting": "100"
},
"34015": {
"county": "Gloucester",
"fip": "34015",
"total_votes": 133568,
"votes": {
"Mitt Romney": 58915,
"Merlin Miller": 10,
"Jeff Boss": 9,
"Virgil Goode": 66,
"Gary Johnson": 1030,
"Peta Lindsay": 12,
"Barack Obama": 72960,
"James Harris": 14,
"Jill Stein": 526,
"Rocky Anderson": 26
},
"pct_reporting": "100"
},
"34007": {
"county": "Camden",
"fip": "34007",
"total_votes": 203201,
"votes": {
"Mitt Romney": 63329,
"Merlin Miller": 28,
"Jeff Boss": 18,
"Virgil Goode": 124,
"Gary Johnson": 1140,
"Peta Lindsay": 10,
"Barack Obama": 137795,
"James Harris": 18,
"Jill Stein": 640,
"Rocky Anderson": 99
},
"pct_reporting": "100"
},
"34017": {
"county": "Hudson",
"fip": "34017",
"total_votes": 176104,
"votes": {
"Mitt Romney": 38082,
"Merlin Miller": 16,
"Jeff Boss": 32,
"Virgil Goode": 64,
"Gary Johnson": 868,
"Peta Lindsay": 27,
"Barack Obama": 136239,
"James Harris": 52,
"Jill Stein": 590,
"Rocky Anderson": 134
},
"pct_reporting": "96"
},
"34005": {
"county": "Burlington",
"fip": "34005",
"total_votes": 197059,
"votes": {
"Mitt Romney": 79110,
"Merlin Miller": 32,
"Jeff Boss": 9,
"Virgil Goode": 88,
"Gary Johnson": 1273,
"Peta Lindsay": 23,
"Barack Obama": 115951,
"James Harris": 22,
"Jill Stein": 491,
"Rocky Anderson": 60
},
"pct_reporting": "100"
},
"34037": {
"county": "Sussex",
"fip": "34037",
"total_votes": 61704,
"votes": {
"Mitt Romney": 37215,
"Merlin Miller": 26,
"Jeff Boss": 24,
"Virgil Goode": 47,
"Gary Johnson": 679,
"Peta Lindsay": 7,
"Barack Obama": 23406,
"James Harris": 18,
"Jill Stein": 222,
"Rocky Anderson": 60
},
"pct_reporting": "100"
},
"34021": {
"county": "Mercer",
"fip": "34021",
"total_votes": 139064,
"votes": {
"Mitt Romney": 43155,
"Merlin Miller": 26,
"Jeff Boss": 23,
"Virgil Goode": 153,
"Gary Johnson": 843,
"Peta Lindsay": 15,
"Barack Obama": 94300,
"James Harris": 20,
"Jill Stein": 461,
"Rocky Anderson": 68
},
"pct_reporting": "100"
},
"34035": {
"county": "Somerset",
"fip": "34035",
"total_votes": 134932,
"votes": {
"Mitt Romney": 63159,
"Merlin Miller": 48,
"Jeff Boss": 10,
"Virgil Goode": 51,
"Gary Johnson": 1008,
"Peta Lindsay": 17,
"Barack Obama": 70168,
"James Harris": 73,
"Jill Stein": 330,
"Rocky Anderson": 68
},
"pct_reporting": "100"
},
"34023": {
"county": "Middlesex",
"fip": "34023",
"total_votes": 285232,
"votes": {
"Mitt Romney": 102472,
"Merlin Miller": 52,
"Jeff Boss": 80,
"Virgil Goode": 346,
"Gary Johnson": 1731,
"Peta Lindsay": 38,
"Barack Obama": 179515,
"James Harris": 68,
"Jill Stein": 794,
"Rocky Anderson": 136
},
"pct_reporting": "100"
},
"34033": {
"county": "Salem",
"fip": "34033",
"total_votes": 29116,
"votes": {
"Mitt Romney": 14214,
"Merlin Miller": 16,
"Jeff Boss": 2,
"Virgil Goode": 18,
"Gary Johnson": 247,
"Peta Lindsay": 8,
"Barack Obama": 14456,
"James Harris": 10,
"Jill Stein": 121,
"Rocky Anderson": 24
},
"pct_reporting": "100"
},
"34025": {
"county": "Monmouth",
"fip": "34025",
"total_votes": 268943,
"votes": {
"Mitt Romney": 140376,
"Merlin Miller": 32,
"Jeff Boss": 42,
"Virgil Goode": 91,
"Gary Johnson": 2078,
"Peta Lindsay": 25,
"Barack Obama": 125471,
"James Harris": 57,
"Jill Stein": 655,
"Rocky Anderson": 116
},
"pct_reporting": "99"
},
"34031": {
"county": "Passaic",
"fip": "34031",
"total_votes": 164629,
"votes": {
"Mitt Romney": 59181,
"Merlin Miller": 19,
"Jeff Boss": 31,
"Virgil Goode": 87,
"Gary Johnson": 647,
"Peta Lindsay": 50,
"Barack Obama": 104057,
"James Harris": 31,
"Jill Stein": 465,
"Rocky Anderson": 61
},
"pct_reporting": "100"
},
"34027": {
"county": "Morris",
"fip": "34027",
"total_votes": 206580,
"votes": {
"Mitt Romney": 114265,
"Merlin Miller": 45,
"Jeff Boss": 78,
"Virgil Goode": 73,
"Gary Johnson": 1236,
"Peta Lindsay": 23,
"Barack Obama": 90313,
"James Harris": 53,
"Jill Stein": 431,
"Rocky Anderson": 63
},
"pct_reporting": "100"
},
"34029": {
"county": "Ocean",
"fip": "34029",
"total_votes": 237432,
"votes": {
"Mitt Romney": 138594,
"Merlin Miller": 47,
"Jeff Boss": 231,
"Virgil Goode": 90,
"Gary Johnson": 1374,
"Peta Lindsay": 21,
"Barack Obama": 96500,
"James Harris": 14,
"Jill Stein": 477,
"Rocky Anderson": 84
},
"pct_reporting": "100"
},
"34039": {
"county": "Union",
"fip": "34039",
"total_votes": 202353,
"votes": {
"Mitt Romney": 66457,
"Merlin Miller": 25,
"Jeff Boss": 65,
"Virgil Goode": 173,
"Gary Johnson": 909,
"Peta Lindsay": 17,
"Barack Obama": 134220,
"James Harris": 32,
"Jill Stein": 378,
"Rocky Anderson": 77
},
"pct_reporting": "100"
}
},
"NM": {
"35049": {
"county": "Santa Fe",
"fip": "35049",
"total_votes": 67624,
"votes": {
"Mitt Romney": 15145,
"Virgil Goode": 41,
"Rocky Anderson": 99,
"Jill Stein": 441,
"Barack Obama": 49668,
"Gary Johnson": 2230
},
"pct_reporting": "100"
},
"35061": {
"county": "Valencia",
"fip": "35061",
"total_votes": 27647,
"votes": {
"Mitt Romney": 12788,
"Virgil Goode": 50,
"Rocky Anderson": 44,
"Jill Stein": 56,
"Barack Obama": 13473,
"Gary Johnson": 1236
},
"pct_reporting": "100"
},
"35045": {
"county": "San Juan",
"fip": "35045",
"total_votes": 45994,
"votes": {
"Mitt Romney": 28779,
"Virgil Goode": 78,
"Rocky Anderson": 90,
"Jill Stein": 78,
"Barack Obama": 15688,
"Gary Johnson": 1281
},
"pct_reporting": "100"
},
"35047": {
"county": "San Miguel",
"fip": "35047",
"total_votes": 11388,
"votes": {
"Mitt Romney": 2281,
"Virgil Goode": 9,
"Rocky Anderson": 16,
"Jill Stein": 44,
"Barack Obama": 8754,
"Gary Johnson": 284
},
"pct_reporting": "100"
},
"35041": {
"county": "Roosevelt",
"fip": "35041",
"total_votes": 5949,
"votes": {
"Mitt Romney": 4032,
"Virgil Goode": 9,
"Rocky Anderson": 10,
"Jill Stein": 25,
"Barack Obama": 1719,
"Gary Johnson": 154
},
"pct_reporting": "100"
},
"35043": {
"county": "Sandoval",
"fip": "35043",
"total_votes": 53361,
"votes": {
"Mitt Romney": 24124,
"Virgil Goode": 63,
"Rocky Anderson": 60,
"Jill Stein": 137,
"Barack Obama": 26831,
"Gary Johnson": 2146
},
"pct_reporting": "100"
},
"35013": {
"county": "Dona Ana",
"fip": "35013",
"total_votes": 65712,
"votes": {
"Mitt Romney": 26988,
"Virgil Goode": 93,
"Rocky Anderson": 136,
"Jill Stein": 234,
"Barack Obama": 36778,
"Gary Johnson": 1483
},
"pct_reporting": "100"
},
"35039": {
"county": "Rio Arriba",
"fip": "35039",
"total_votes": 15239,
"votes": {
"Mitt Romney": 3373,
"Virgil Goode": 11,
"Rocky Anderson": 20,
"Jill Stein": 32,
"Barack Obama": 11389,
"Gary Johnson": 414
},
"pct_reporting": "100"
},
"35011": {
"county": "DeBaca",
"fip": "35011",
"total_votes": 900,
"votes": {
"Mitt Romney": 586,
"Virgil Goode": 2,
"Rocky Anderson": 0,
"Jill Stein": 3,
"Barack Obama": 287,
"Gary Johnson": 22
},
"pct_reporting": "100"
},
"35017": {
"county": "Grant",
"fip": "35017",
"total_votes": 12744,
"votes": {
"Mitt Romney": 5286,
"Virgil Goode": 26,
"Rocky Anderson": 21,
"Jill Stein": 78,
"Barack Obama": 7009,
"Gary Johnson": 324
},
"pct_reporting": "100"
},
"35015": {
"county": "Eddy",
"fip": "35015",
"total_votes": 19195,
"votes": {
"Mitt Romney": 12546,
"Virgil Goode": 24,
"Rocky Anderson": 26,
"Jill Stein": 31,
"Barack Obama": 6110,
"Gary Johnson": 458
},
"pct_reporting": "100"
},
"35031": {
"county": "McKinley",
"fip": "35031",
"total_votes": 21313,
"votes": {
"Mitt Romney": 5420,
"Virgil Goode": 28,
"Rocky Anderson": 30,
"Jill Stein": 51,
"Barack Obama": 15363,
"Gary Johnson": 421
},
"pct_reporting": "100"
},
"35033": {
"county": "Mora",
"fip": "35033",
"total_votes": 2604,
"votes": {
"Mitt Romney": 591,
"Virgil Goode": 0,
"Rocky Anderson": 5,
"Jill Stein": 8,
"Barack Obama": 1952,
"Gary Johnson": 48
},
"pct_reporting": "100"
},
"35035": {
"county": "Otero",
"fip": "35035",
"total_votes": 19643,
"votes": {
"Mitt Romney": 12219,
"Virgil Goode": 46,
"Rocky Anderson": 34,
"Jill Stein": 57,
"Barack Obama": 6715,
"Gary Johnson": 572
},
"pct_reporting": "100"
},
"35037": {
"county": "Quay",
"fip": "35037",
"total_votes": 3696,
"votes": {
"Mitt Romney": 2194,
"Virgil Goode": 8,
"Rocky Anderson": 11,
"Jill Stein": 4,
"Barack Obama": 1382,
"Gary Johnson": 97
},
"pct_reporting": "100"
},
"35055": {
"county": "Taos",
"fip": "35055",
"total_votes": 15188,
"votes": {
"Mitt Romney": 2710,
"Virgil Goode": 9,
"Rocky Anderson": 31,
"Jill Stein": 111,
"Barack Obama": 11855,
"Gary Johnson": 472
},
"pct_reporting": "100"
},
"35007": {
"county": "Colfax",
"fip": "35007",
"total_votes": 5896,
"votes": {
"Mitt Romney": 2763,
"Virgil Goode": 21,
"Rocky Anderson": 18,
"Jill Stein": 15,
"Barack Obama": 2879,
"Gary Johnson": 200
},
"pct_reporting": "100"
},
"35059": {
"county": "Union",
"fip": "35059",
"total_votes": 1753,
"votes": {
"Mitt Romney": 1231,
"Virgil Goode": 1,
"Rocky Anderson": 7,
"Jill Stein": 7,
"Barack Obama": 471,
"Gary Johnson": 36
},
"pct_reporting": "100"
},
"35057": {
"county": "Torrance",
"fip": "35057",
"total_votes": 6376,
"votes": {
"Mitt Romney": 3521,
"Virgil Goode": 17,
"Rocky Anderson": 17,
"Jill Stein": 28,
"Barack Obama": 2414,
"Gary Johnson": 379
},
"pct_reporting": "100"
},
"35028": {
"county": "Los Alamos",
"fip": "35028",
"total_votes": 10654,
"votes": {
"Mitt Romney": 4796,
"Virgil Goode": 15,
"Rocky Anderson": 15,
"Jill Stein": 38,
"Barack Obama": 5191,
"Gary Johnson": 599
},
"pct_reporting": "100"
},
"35053": {
"county": "Socorro",
"fip": "35053",
"total_votes": 7087,
"votes": {
"Mitt Romney": 2698,
"Virgil Goode": 18,
"Rocky Anderson": 22,
"Jill Stein": 29,
"Barack Obama": 3983,
"Gary Johnson": 337
},
"pct_reporting": "100"
},
"35051": {
"county": "Sierra",
"fip": "35051",
"total_votes": 5101,
"votes": {
"Mitt Romney": 2928,
"Virgil Goode": 8,
"Rocky Anderson": 4,
"Jill Stein": 23,
"Barack Obama": 1963,
"Gary Johnson": 175
},
"pct_reporting": "100"
},
"35027": {
"county": "Lincoln",
"fip": "35027",
"total_votes": 9209,
"votes": {
"Mitt Romney": 5940,
"Virgil Goode": 18,
"Rocky Anderson": 9,
"Jill Stein": 15,
"Barack Obama": 2931,
"Gary Johnson": 296
},
"pct_reporting": "100"
},
"35019": {
"county": "Guadalupe",
"fip": "35019",
"total_votes": 1978,
"votes": {
"Mitt Romney": 518,
"Virgil Goode": 2,
"Rocky Anderson": 2,
"Jill Stein": 2,
"Barack Obama": 1388,
"Gary Johnson": 66
},
"pct_reporting": "100"
},
"35001": {
"county": "Bernalillo",
"fip": "35001",
"total_votes": 264942,
"votes": {
"Mitt Romney": 104242,
"Virgil Goode": 266,
"Rocky Anderson": 330,
"Jill Stein": 968,
"Barack Obama": 147183,
"Gary Johnson": 11953
},
"pct_reporting": "100"
},
"35003": {
"county": "Catron",
"fip": "35003",
"total_votes": 2100,
"votes": {
"Mitt Romney": 1474,
"Virgil Goode": 5,
"Rocky Anderson": 9,
"Jill Stein": 4,
"Barack Obama": 557,
"Gary Johnson": 51
},
"pct_reporting": "100"
},
"35005": {
"county": "Chaves",
"fip": "35005",
"total_votes": 20498,
"votes": {
"Mitt Romney": 13271,
"Virgil Goode": 29,
"Rocky Anderson": 20,
"Jill Stein": 30,
"Barack Obama": 6621,
"Gary Johnson": 527
},
"pct_reporting": "100"
},
"35029": {
"county": "Luna",
"fip": "35029",
"total_votes": 7472,
"votes": {
"Mitt Romney": 3654,
"Virgil Goode": 19,
"Rocky Anderson": 15,
"Jill Stein": 27,
"Barack Obama": 3573,
"Gary Johnson": 184
},
"pct_reporting": "100"
},
"35006": {
"county": "Cibola",
"fip": "35006",
"total_votes": 8154,
"votes": {
"Mitt Romney": 2966,
"Virgil Goode": 11,
"Rocky Anderson": 5,
"Jill Stein": 7,
"Barack Obama": 4907,
"Gary Johnson": 258
},
"pct_reporting": "100"
},
"35009": {
"county": "Curry",
"fip": "35009",
"total_votes": 13450,
"votes": {
"Mitt Romney": 9150,
"Virgil Goode": 14,
"Rocky Anderson": 18,
"Jill Stein": 27,
"Barack Obama": 3956,
"Gary Johnson": 285
},
"pct_reporting": "100"
},
"35025": {
"county": "Lea",
"fip": "35025",
"total_votes": 16933,
"votes": {
"Mitt Romney": 12480,
"Virgil Goode": 29,
"Rocky Anderson": 22,
"Jill Stein": 25,
"Barack Obama": 4068,
"Gary Johnson": 309
},
"pct_reporting": "100"
},
"35023": {
"county": "Hidalgo",
"fip": "35023",
"total_votes": 1929,
"votes": {
"Mitt Romney": 895,
"Virgil Goode": 2,
"Rocky Anderson": 5,
"Jill Stein": 5,
"Barack Obama": 994,
"Gary Johnson": 28
},
"pct_reporting": "100"
},
"35021": {
"county": "Harding",
"fip": "35021",
"total_votes": 600,
"votes": {
"Mitt Romney": 326,
"Virgil Goode": 1,
"Rocky Anderson": 0,
"Jill Stein": 1,
"Barack Obama": 260,
"Gary Johnson": 12
},
"pct_reporting": "100"
}
},
"TX": {
"48117": {
"county": "Deaf Smith",
"fip": "48117",
"total_votes": 4309,
"votes": {
"Mitt Romney": 3042,
"Barack Obama": 1239,
"Jill Stein": 10,
"Gary Johnson": 18
},
"pct_reporting": "100"
},
"48441": {
"county": "Taylor",
"fip": "48441",
"total_votes": 43170,
"votes": {
"Mitt Romney": 32853,
"Barack Obama": 9725,
"Jill Stein": 117,
"Gary Johnson": 475
},
"pct_reporting": "100"
},
"48115": {
"county": "Dawson",
"fip": "48115",
"total_votes": 3640,
"votes": {
"Mitt Romney": 2591,
"Barack Obama": 1017,
"Jill Stein": 8,
"Gary Johnson": 24
},
"pct_reporting": "100"
},
"48113": {
"county": "Dallas",
"fip": "48113",
"total_votes": 705941,
"votes": {
"Mitt Romney": 294339,
"Barack Obama": 403170,
"Jill Stein": 1752,
"Gary Johnson": 6680
},
"pct_reporting": "100"
},
"48111": {
"county": "Dallam",
"fip": "48111",
"total_votes": 1532,
"votes": {
"Mitt Romney": 1248,
"Barack Obama": 253,
"Jill Stein": 10,
"Gary Johnson": 21
},
"pct_reporting": "100"
},
"48355": {
"county": "Nueces",
"fip": "48355",
"total_votes": 95781,
"votes": {
"Mitt Romney": 48779,
"Barack Obama": 45666,
"Jill Stein": 330,
"Gary Johnson": 1006
},
"pct_reporting": "100"
},
"48357": {
"county": "Ochiltree",
"fip": "48357",
"total_votes": 2990,
"votes": {
"Mitt Romney": 2718,
"Barack Obama": 253,
"Jill Stein": 4,
"Gary Johnson": 15
},
"pct_reporting": "100"
},
"48351": {
"county": "Newton",
"fip": "48351",
"total_votes": 6188,
"votes": {
"Mitt Romney": 4399,
"Barack Obama": 1721,
"Jill Stein": 18,
"Gary Johnson": 50
},
"pct_reporting": "100"
},
"48443": {
"county": "Terrell",
"fip": "48443",
"total_votes": 553,
"votes": {
"Mitt Romney": 358,
"Barack Obama": 184,
"Jill Stein": 1,
"Gary Johnson": 10
},
"pct_reporting": "100"
},
"48119": {
"county": "Delta",
"fip": "48119",
"total_votes": 2018,
"votes": {
"Mitt Romney": 1524,
"Barack Obama": 454,
"Jill Stein": 12,
"Gary Johnson": 28
},
"pct_reporting": "100"
},
"48057": {
"county": "Calhoun",
"fip": "48057",
"total_votes": 6746,
"votes": {
"Mitt Romney": 4145,
"Barack Obama": 2510,
"Jill Stein": 19,
"Gary Johnson": 72
},
"pct_reporting": "100"
},
"48055": {
"county": "Caldwell",
"fip": "48055",
"total_votes": 11055,
"votes": {
"Mitt Romney": 6018,
"Barack Obama": 4787,
"Jill Stein": 46,
"Gary Johnson": 204
},
"pct_reporting": "100"
},
"48053": {
"county": "Burnet",
"fip": "48053",
"total_votes": 16770,
"votes": {
"Mitt Romney": 12828,
"Barack Obama": 3672,
"Jill Stein": 39,
"Gary Johnson": 231
},
"pct_reporting": "100"
},
"48051": {
"county": "Burleson",
"fip": "48051",
"total_votes": 6455,
"votes": {
"Mitt Romney": 4671,
"Barack Obama": 1705,
"Jill Stein": 15,
"Gary Johnson": 64
},
"pct_reporting": "100"
},
"48295": {
"county": "Lipscomb",
"fip": "48295",
"total_votes": 1168,
"votes": {
"Mitt Romney": 1044,
"Barack Obama": 119,
"Jill Stein": 1,
"Gary Johnson": 4
},
"pct_reporting": "100"
},
"48297": {
"county": "Live Oak",
"fip": "48297",
"total_votes": 4108,
"votes": {
"Mitt Romney": 3153,
"Barack Obama": 915,
"Jill Stein": 10,
"Gary Johnson": 30
},
"pct_reporting": "100"
},
"48291": {
"county": "Liberty",
"fip": "48291",
"total_votes": 22711,
"votes": {
"Mitt Romney": 17304,
"Barack Obama": 5196,
"Jill Stein": 41,
"Gary Johnson": 170
},
"pct_reporting": "100"
},
"48059": {
"county": "Callahan",
"fip": "48059",
"total_votes": 5195,
"votes": {
"Mitt Romney": 4376,
"Barack Obama": 751,
"Jill Stein": 15,
"Gary Johnson": 53
},
"pct_reporting": "100"
},
"48459": {
"county": "Upshur",
"fip": "48459",
"total_votes": 15049,
"votes": {
"Mitt Romney": 11948,
"Barack Obama": 2953,
"Jill Stein": 20,
"Gary Johnson": 128
},
"pct_reporting": "100"
},
"48381": {
"county": "Randall",
"fip": "48381",
"total_votes": 49588,
"votes": {
"Mitt Romney": 41366,
"Barack Obama": 7553,
"Jill Stein": 125,
"Gary Johnson": 544
},
"pct_reporting": "100"
},
"48447": {
"county": "Throckmorton",
"fip": "48447",
"total_votes": 813,
"votes": {
"Mitt Romney": 700,
"Barack Obama": 109,
"Jill Stein": 4,
"Gary Johnson": 0
},
"pct_reporting": "100"
},
"48387": {
"county": "Red River",
"fip": "48387",
"total_votes": 5074,
"votes": {
"Mitt Romney": 3549,
"Barack Obama": 1482,
"Jill Stein": 9,
"Gary Johnson": 34
},
"pct_reporting": "100"
},
"48329": {
"county": "Midland",
"fip": "48329",
"total_votes": 44277,
"votes": {
"Mitt Romney": 35452,
"Barack Obama": 8223,
"Jill Stein": 84,
"Gary Johnson": 518
},
"pct_reporting": "100"
},
"48411": {
"county": "San Saba",
"fip": "48411",
"total_votes": 2256,
"votes": {
"Mitt Romney": 1905,
"Barack Obama": 323,
"Jill Stein": 1,
"Gary Johnson": 27
},
"pct_reporting": "100"
},
"48449": {
"county": "Titus",
"fip": "48449",
"total_votes": 8790,
"votes": {
"Mitt Romney": 6062,
"Barack Obama": 2638,
"Jill Stein": 29,
"Gary Johnson": 61
},
"pct_reporting": "100"
},
"48321": {
"county": "Matagorda",
"fip": "48321",
"total_votes": 12110,
"votes": {
"Mitt Romney": 8026,
"Barack Obama": 3972,
"Jill Stein": 16,
"Gary Johnson": 96
},
"pct_reporting": "100"
},
"48323": {
"county": "Maverick",
"fip": "48323",
"total_votes": 10562,
"votes": {
"Mitt Romney": 2171,
"Barack Obama": 8302,
"Jill Stein": 32,
"Gary Johnson": 57
},
"pct_reporting": "100"
},
"48325": {
"county": "Medina",
"fip": "48325",
"total_votes": 15948,
"votes": {
"Mitt Romney": 11016,
"Barack Obama": 4760,
"Jill Stein": 38,
"Gary Johnson": 134
},
"pct_reporting": "100"
},
"48327": {
"county": "Menard",
"fip": "48327",
"total_votes": 846,
"votes": {
"Mitt Romney": 663,
"Barack Obama": 170,
"Jill Stein": 2,
"Gary Johnson": 11
},
"pct_reporting": "100"
},
"48101": {
"county": "Cottle",
"fip": "48101",
"total_votes": 739,
"votes": {
"Mitt Romney": 553,
"Barack Obama": 180,
"Jill Stein": 1,
"Gary Johnson": 5
},
"pct_reporting": "100"
},
"48103": {
"county": "Crane",
"fip": "48103",
"total_votes": 1283,
"votes": {
"Mitt Romney": 985,
"Barack Obama": 275,
"Jill Stein": 5,
"Gary Johnson": 18
},
"pct_reporting": "100"
},
"48105": {
"county": "Crockett",
"fip": "48105",
"total_votes": 1457,
"votes": {
"Mitt Romney": 957,
"Barack Obama": 480,
"Jill Stein": 4,
"Gary Johnson": 16
},
"pct_reporting": "100"
},
"48107": {
"county": "Crosby",
"fip": "48107",
"total_votes": 1787,
"votes": {
"Mitt Romney": 1132,
"Barack Obama": 639,
"Jill Stein": 4,
"Gary Johnson": 12
},
"pct_reporting": "100"
},
"48109": {
"county": "Culberson",
"fip": "48109",
"total_votes": 876,
"votes": {
"Mitt Romney": 294,
"Barack Obama": 566,
"Jill Stein": 2,
"Gary Johnson": 14
},
"pct_reporting": "100"
},
"48345": {
"county": "Motley",
"fip": "48345",
"total_votes": 599,
"votes": {
"Mitt Romney": 538,
"Barack Obama": 55,
"Jill Stein": 1,
"Gary Johnson": 5
},
"pct_reporting": "100"
},
"48343": {
"county": "Morris",
"fip": "48343",
"total_votes": 5129,
"votes": {
"Mitt Romney": 3226,
"Barack Obama": 1856,
"Jill Stein": 6,
"Gary Johnson": 41
},
"pct_reporting": "100"
},
"48341": {
"county": "Moore",
"fip": "48341",
"total_votes": 4983,
"votes": {
"Mitt Romney": 3967,
"Barack Obama": 963,
"Jill Stein": 8,
"Gary Johnson": 45
},
"pct_reporting": "100"
},
"48063": {
"county": "Camp",
"fip": "48063",
"total_votes": 4332,
"votes": {
"Mitt Romney": 2878,
"Barack Obama": 1428,
"Jill Stein": 3,
"Gary Johnson": 23
},
"pct_reporting": "100"
},
"48061": {
"county": "Cameron",
"fip": "48061",
"total_votes": 74802,
"votes": {
"Mitt Romney": 24955,
"Barack Obama": 49159,
"Jill Stein": 152,
"Gary Johnson": 536
},
"pct_reporting": "100"
},
"48347": {
"county": "Nacogdoches",
"fip": "48347",
"total_votes": 20601,
"votes": {
"Mitt Romney": 13910,
"Barack Obama": 6441,
"Jill Stein": 50,
"Gary Johnson": 200
},
"pct_reporting": "100"
},
"48067": {
"county": "Cass",
"fip": "48067",
"total_votes": 11764,
"votes": {
"Mitt Romney": 8747,
"Barack Obama": 2921,
"Jill Stein": 29,
"Gary Johnson": 67
},
"pct_reporting": "100"
},
"48353": {
"county": "Nolan",
"fip": "48353",
"total_votes": 4567,
"votes": {
"Mitt Romney": 3277,
"Barack Obama": 1216,
"Jill Stein": 11,
"Gary Johnson": 63
},
"pct_reporting": "100"
},
"48065": {
"county": "Carson",
"fip": "48065",
"total_votes": 2775,
"votes": {
"Mitt Romney": 2450,
"Barack Obama": 292,
"Jill Stein": 2,
"Gary Johnson": 31
},
"pct_reporting": "100"
},
"48393": {
"county": "Roberts",
"fip": "48393",
"total_votes": 439,
"votes": {
"Mitt Romney": 408,
"Barack Obama": 25,
"Jill Stein": 2,
"Gary Johnson": 4
},
"pct_reporting": "100"
},
"48069": {
"county": "Castro",
"fip": "48069",
"total_votes": 2119,
"votes": {
"Mitt Romney": 1470,
"Barack Obama": 630,
"Jill Stein": 7,
"Gary Johnson": 12
},
"pct_reporting": "100"
},
"48399": {
"county": "Runnels",
"fip": "48399",
"total_votes": 3665,
"votes": {
"Mitt Romney": 3103,
"Barack Obama": 517,
"Jill Stein": 10,
"Gary Johnson": 35
},
"pct_reporting": "100"
},
"48215": {
"county": "Hidalgo",
"fip": "48215",
"total_votes": 138966,
"votes": {
"Mitt Romney": 39786,
"Barack Obama": 97879,
"Jill Stein": 414,
"Gary Johnson": 887
},
"pct_reporting": "100"
},
"48217": {
"county": "Hill",
"fip": "48217",
"total_votes": 12032,
"votes": {
"Mitt Romney": 9128,
"Barack Obama": 2745,
"Jill Stein": 26,
"Gary Johnson": 133
},
"pct_reporting": "100"
},
"48211": {
"county": "Hemphill",
"fip": "48211",
"total_votes": 1509,
"votes": {
"Mitt Romney": 1298,
"Barack Obama": 192,
"Jill Stein": 0,
"Gary Johnson": 19
},
"pct_reporting": "100"
},
"48199": {
"county": "Hardin",
"fip": "48199",
"total_votes": 21293,
"votes": {
"Mitt Romney": 17744,
"Barack Obama": 3358,
"Jill Stein": 35,
"Gary Johnson": 156
},
"pct_reporting": "100"
},
"48213": {
"county": "Henderson",
"fip": "48213",
"total_votes": 27582,
"votes": {
"Mitt Romney": 21202,
"Barack Obama": 6094,
"Jill Stein": 50,
"Gary Johnson": 236
},
"pct_reporting": "100"
},
"48197": {
"county": "Hardeman",
"fip": "48197",
"total_votes": 1495,
"votes": {
"Mitt Romney": 1176,
"Barack Obama": 302,
"Jill Stein": 7,
"Gary Johnson": 10
},
"pct_reporting": "100"
},
"48409": {
"county": "San Patricio",
"fip": "48409",
"total_votes": 20064,
"votes": {
"Mitt Romney": 11994,
"Barack Obama": 7854,
"Jill Stein": 44,
"Gary Johnson": 172
},
"pct_reporting": "100"
},
"48195": {
"county": "Hansford",
"fip": "48195",
"total_votes": 1960,
"votes": {
"Mitt Romney": 1787,
"Barack Obama": 158,
"Jill Stein": 4,
"Gary Johnson": 11
},
"pct_reporting": "100"
},
"48193": {
"county": "Hamilton",
"fip": "48193",
"total_votes": 3551,
"votes": {
"Mitt Romney": 2918,
"Barack Obama": 591,
"Jill Stein": 7,
"Gary Johnson": 35
},
"pct_reporting": "100"
},
"48219": {
"county": "Hockley",
"fip": "48219",
"total_votes": 7119,
"votes": {
"Mitt Romney": 5543,
"Barack Obama": 1482,
"Jill Stein": 17,
"Gary Johnson": 77
},
"pct_reporting": "100"
},
"48191": {
"county": "Hall",
"fip": "48191",
"total_votes": 1108,
"votes": {
"Mitt Romney": 832,
"Barack Obama": 265,
"Jill Stein": 5,
"Gary Johnson": 6
},
"pct_reporting": "100"
},
"48299": {
"county": "Llano",
"fip": "48299",
"total_votes": 9502,
"votes": {
"Mitt Romney": 7560,
"Barack Obama": 1818,
"Jill Stein": 25,
"Gary Johnson": 99
},
"pct_reporting": "100"
},
"48505": {
"county": "Zapata",
"fip": "48505",
"total_votes": 3529,
"votes": {
"Mitt Romney": 993,
"Barack Obama": 2517,
"Jill Stein": 5,
"Gary Johnson": 14
},
"pct_reporting": "100"
},
"48379": {
"county": "Rains",
"fip": "48379",
"total_votes": 4065,
"votes": {
"Mitt Romney": 3265,
"Barack Obama": 754,
"Jill Stein": 6,
"Gary Johnson": 40
},
"pct_reporting": "100"
},
"48507": {
"county": "Zavala",
"fip": "48507",
"total_votes": 3653,
"votes": {
"Mitt Romney": 574,
"Barack Obama": 3042,
"Jill Stein": 8,
"Gary Johnson": 29
},
"pct_reporting": "100"
},
"48501": {
"county": "Yoakum",
"fip": "48501",
"total_votes": 2128,
"votes": {
"Mitt Romney": 1698,
"Barack Obama": 409,
"Jill Stein": 3,
"Gary Johnson": 18
},
"pct_reporting": "100"
},
"48469": {
"county": "Victoria",
"fip": "48469",
"total_votes": 28827,
"votes": {
"Mitt Romney": 19684,
"Barack Obama": 8795,
"Jill Stein": 73,
"Gary Johnson": 275
},
"pct_reporting": "100"
},
"48503": {
"county": "Young",
"fip": "48503",
"total_votes": 7316,
"votes": {
"Mitt Romney": 6225,
"Barack Obama": 992,
"Jill Stein": 26,
"Gary Johnson": 73
},
"pct_reporting": "100"
},
"48373": {
"county": "Polk",
"fip": "48373",
"total_votes": 19058,
"votes": {
"Mitt Romney": 14019,
"Barack Obama": 4836,
"Jill Stein": 51,
"Gary Johnson": 152
},
"pct_reporting": "100"
},
"48371": {
"county": "Pecos",
"fip": "48371",
"total_votes": 4147,
"votes": {
"Mitt Romney": 2512,
"Barack Obama": 1591,
"Jill Stein": 8,
"Gary Johnson": 36
},
"pct_reporting": "100"
},
"48377": {
"county": "Presidio",
"fip": "48377",
"total_votes": 1808,
"votes": {
"Mitt Romney": 504,
"Barack Obama": 1273,
"Jill Stein": 12,
"Gary Johnson": 19
},
"pct_reporting": "100"
},
"48375": {
"county": "Potter",
"fip": "48375",
"total_votes": 26418,
"votes": {
"Mitt Romney": 18905,
"Barack Obama": 7114,
"Jill Stein": 72,
"Gary Johnson": 327
},
"pct_reporting": "100"
},
"48175": {
"county": "Goliad",
"fip": "48175",
"total_votes": 3452,
"votes": {
"Mitt Romney": 2294,
"Barack Obama": 1127,
"Jill Stein": 7,
"Gary Johnson": 24
},
"pct_reporting": "100"
},
"48405": {
"county": "San Augustine",
"fip": "48405",
"total_votes": 3690,
"votes": {
"Mitt Romney": 2469,
"Barack Obama": 1193,
"Jill Stein": 9,
"Gary Johnson": 19
},
"pct_reporting": "100"
},
"48177": {
"county": "Gonzales",
"fip": "48177",
"total_votes": 6039,
"votes": {
"Mitt Romney": 4213,
"Barack Obama": 1773,
"Jill Stein": 9,
"Gary Johnson": 44
},
"pct_reporting": "100"
},
"48171": {
"county": "Gillespie",
"fip": "48171",
"total_votes": 12535,
"votes": {
"Mitt Romney": 10305,
"Barack Obama": 2055,
"Jill Stein": 33,
"Gary Johnson": 142
},
"pct_reporting": "100"
},
"48079": {
"county": "Cochran",
"fip": "48079",
"total_votes": 916,
"votes": {
"Mitt Romney": 648,
"Barack Obama": 256,
"Jill Stein": 1,
"Gary Johnson": 11
},
"pct_reporting": "100"
},
"48173": {
"county": "Glasscock",
"fip": "48173",
"total_votes": 578,
"votes": {
"Mitt Romney": 526,
"Barack Obama": 44,
"Jill Stein": 2,
"Gary Johnson": 6
},
"pct_reporting": "100"
},
"48075": {
"county": "Childress",
"fip": "48075",
"total_votes": 1996,
"votes": {
"Mitt Romney": 1665,
"Barack Obama": 320,
"Jill Stein": 1,
"Gary Johnson": 10
},
"pct_reporting": "100"
},
"48077": {
"county": "Clay",
"fip": "48077",
"total_votes": 5056,
"votes": {
"Mitt Romney": 4266,
"Barack Obama": 740,
"Jill Stein": 3,
"Gary Johnson": 47
},
"pct_reporting": "100"
},
"48179": {
"county": "Gray",
"fip": "48179",
"total_votes": 7373,
"votes": {
"Mitt Romney": 6428,
"Barack Obama": 885,
"Jill Stein": 20,
"Gary Johnson": 40
},
"pct_reporting": "100"
},
"48071": {
"county": "Chambers",
"fip": "48071",
"total_votes": 14692,
"votes": {
"Mitt Romney": 11761,
"Barack Obama": 2780,
"Jill Stein": 32,
"Gary Johnson": 119
},
"pct_reporting": "100"
},
"48073": {
"county": "Cherokee",
"fip": "48073",
"total_votes": 16387,
"votes": {
"Mitt Romney": 12291,
"Barack Obama": 3935,
"Jill Stein": 29,
"Gary Johnson": 132
},
"pct_reporting": "100"
},
"48407": {
"county": "San Jacinto",
"fip": "48407",
"total_votes": 9610,
"votes": {
"Mitt Romney": 7105,
"Barack Obama": 2410,
"Jill Stein": 24,
"Gary Johnson": 71
},
"pct_reporting": "100"
},
"48259": {
"county": "Kendall",
"fip": "48259",
"total_votes": 17729,
"votes": {
"Mitt Romney": 14467,
"Barack Obama": 3035,
"Jill Stein": 42,
"Gary Johnson": 185
},
"pct_reporting": "100"
},
"48401": {
"county": "Rusk",
"fip": "48401",
"total_votes": 18537,
"votes": {
"Mitt Romney": 13924,
"Barack Obama": 4451,
"Jill Stein": 31,
"Gary Johnson": 131
},
"pct_reporting": "100"
},
"48261": {
"county": "Kenedy",
"fip": "48261",
"total_votes": 166,
"votes": {
"Mitt Romney": 83,
"Barack Obama": 82,
"Jill Stein": 0,
"Gary Johnson": 1
},
"pct_reporting": "100"
},
"48189": {
"county": "Hale",
"fip": "48189",
"total_votes": 8765,
"votes": {
"Mitt Romney": 6417,
"Barack Obama": 2228,
"Jill Stein": 25,
"Gary Johnson": 95
},
"pct_reporting": "100"
},
"48263": {
"county": "Kent",
"fip": "48263",
"total_votes": 404,
"votes": {
"Mitt Romney": 334,
"Barack Obama": 66,
"Jill Stein": 1,
"Gary Johnson": 3
},
"pct_reporting": "100"
},
"48265": {
"county": "Kerr",
"fip": "48265",
"total_votes": 21811,
"votes": {
"Mitt Romney": 17225,
"Barack Obama": 4325,
"Jill Stein": 43,
"Gary Johnson": 218
},
"pct_reporting": "100"
},
"48403": {
"county": "Sabine",
"fip": "48403",
"total_votes": 4572,
"votes": {
"Mitt Romney": 3726,
"Barack Obama": 806,
"Jill Stein": 8,
"Gary Johnson": 32
},
"pct_reporting": "100"
},
"48267": {
"county": "Kimble",
"fip": "48267",
"total_votes": 1891,
"votes": {
"Mitt Romney": 1667,
"Barack Obama": 217,
"Jill Stein": 1,
"Gary Johnson": 6
},
"pct_reporting": "100"
},
"48269": {
"county": "King",
"fip": "48269",
"total_votes": 145,
"votes": {
"Mitt Romney": 139,
"Barack Obama": 5,
"Jill Stein": 0,
"Gary Johnson": 1
},
"pct_reporting": "100"
},
"48181": {
"county": "Grayson",
"fip": "48181",
"total_votes": 42207,
"votes": {
"Mitt Romney": 30907,
"Barack Obama": 10665,
"Jill Stein": 121,
"Gary Johnson": 514
},
"pct_reporting": "100"
},
"48183": {
"county": "Gregg",
"fip": "48183",
"total_votes": 41356,
"votes": {
"Mitt Romney": 28665,
"Barack Obama": 12336,
"Jill Stein": 54,
"Gary Johnson": 301
},
"pct_reporting": "100"
},
"48185": {
"county": "Grimes",
"fip": "48185",
"total_votes": 8598,
"votes": {
"Mitt Romney": 6141,
"Barack Obama": 2339,
"Jill Stein": 31,
"Gary Johnson": 87
},
"pct_reporting": "100"
},
"48187": {
"county": "Guadalupe",
"fip": "48187",
"total_votes": 49247,
"votes": {
"Mitt Romney": 32959,
"Barack Obama": 15654,
"Jill Stein": 102,
"Gary Johnson": 532
},
"pct_reporting": "100"
},
"48479": {
"county": "Webb",
"fip": "48479",
"total_votes": 49101,
"votes": {
"Mitt Romney": 11074,
"Barack Obama": 37592,
"Jill Stein": 132,
"Gary Johnson": 303
},
"pct_reporting": "100"
},
"48359": {
"county": "Oldham",
"fip": "48359",
"total_votes": 865,
"votes": {
"Mitt Romney": 786,
"Barack Obama": 71,
"Jill Stein": 0,
"Gary Johnson": 8
},
"pct_reporting": "100"
},
"48471": {
"county": "Walker",
"fip": "48471",
"total_votes": 15066,
"votes": {
"Mitt Romney": 9569,
"Barack Obama": 5283,
"Jill Stein": 60,
"Gary Johnson": 154
},
"pct_reporting": "100"
},
"48473": {
"county": "Waller",
"fip": "48473",
"total_votes": 15699,
"votes": {
"Mitt Romney": 9158,
"Barack Obama": 6401,
"Jill Stein": 40,
"Gary Johnson": 100
},
"pct_reporting": "100"
},
"48475": {
"county": "Ward",
"fip": "48475",
"total_votes": 3238,
"votes": {
"Mitt Romney": 2364,
"Barack Obama": 836,
"Jill Stein": 12,
"Gary Johnson": 26
},
"pct_reporting": "100"
},
"48477": {
"county": "Washington",
"fip": "48477",
"total_votes": 14373,
"votes": {
"Mitt Romney": 10850,
"Barack Obama": 3378,
"Jill Stein": 18,
"Gary Johnson": 127
},
"pct_reporting": "100"
},
"48009": {
"county": "Archer",
"fip": "48009",
"total_votes": 4163,
"votes": {
"Mitt Romney": 3599,
"Barack Obama": 525,
"Jill Stein": 6,
"Gary Johnson": 33
},
"pct_reporting": "100"
},
"48167": {
"county": "Galveston",
"fip": "48167",
"total_votes": 109227,
"votes": {
"Mitt Romney": 68594,
"Barack Obama": 39162,
"Jill Stein": 290,
"Gary Johnson": 1181
},
"pct_reporting": "100"
},
"48461": {
"county": "Upton",
"fip": "48461",
"total_votes": 1298,
"votes": {
"Mitt Romney": 952,
"Barack Obama": 332,
"Jill Stein": 7,
"Gary Johnson": 7
},
"pct_reporting": "100"
},
"48165": {
"county": "Gaines",
"fip": "48165",
"total_votes": 4066,
"votes": {
"Mitt Romney": 3484,
"Barack Obama": 535,
"Jill Stein": 17,
"Gary Johnson": 30
},
"pct_reporting": "100"
},
"48163": {
"county": "Frio",
"fip": "48163",
"total_votes": 3968,
"votes": {
"Mitt Romney": 1559,
"Barack Obama": 2376,
"Jill Stein": 8,
"Gary Johnson": 25
},
"pct_reporting": "100"
},
"48161": {
"county": "Freestone",
"fip": "48161",
"total_votes": 7562,
"votes": {
"Mitt Romney": 5644,
"Barack Obama": 1848,
"Jill Stein": 17,
"Gary Johnson": 53
},
"pct_reporting": "100"
},
"48001": {
"county": "Anderson",
"fip": "48001",
"total_votes": 16167,
"votes": {
"Mitt Romney": 12235,
"Barack Obama": 3796,
"Jill Stein": 30,
"Gary Johnson": 106
},
"pct_reporting": "100"
},
"48003": {
"county": "Andrews",
"fip": "48003",
"total_votes": 4476,
"votes": {
"Mitt Romney": 3636,
"Barack Obama": 794,
"Jill Stein": 7,
"Gary Johnson": 39
},
"pct_reporting": "100"
},
"48005": {
"county": "Angelina",
"fip": "48005",
"total_votes": 28403,
"votes": {
"Mitt Romney": 20301,
"Barack Obama": 7833,
"Jill Stein": 58,
"Gary Johnson": 211
},
"pct_reporting": "100"
},
"48007": {
"county": "Aransas",
"fip": "48007",
"total_votes": 9646,
"votes": {
"Mitt Romney": 6829,
"Barack Obama": 2703,
"Jill Stein": 27,
"Gary Johnson": 87
},
"pct_reporting": "100"
},
"48169": {
"county": "Garza",
"fip": "48169",
"total_votes": 1556,
"votes": {
"Mitt Romney": 1262,
"Barack Obama": 276,
"Jill Stein": 6,
"Gary Johnson": 12
},
"pct_reporting": "100"
},
"48283": {
"county": "La Salle",
"fip": "48283",
"total_votes": 1646,
"votes": {
"Mitt Romney": 669,
"Barack Obama": 965,
"Jill Stein": 3,
"Gary Johnson": 9
},
"pct_reporting": "100"
},
"48253": {
"county": "Jones",
"fip": "48253",
"total_votes": 5562,
"votes": {
"Mitt Romney": 4258,
"Barack Obama": 1225,
"Jill Stein": 15,
"Gary Johnson": 64
},
"pct_reporting": "100"
},
"48281": {
"county": "Lampasas",
"fip": "48281",
"total_votes": 7138,
"votes": {
"Mitt Romney": 5583,
"Barack Obama": 1457,
"Jill Stein": 14,
"Gary Johnson": 84
},
"pct_reporting": "100"
},
"48385": {
"county": "Real",
"fip": "48385",
"total_votes": 1533,
"votes": {
"Mitt Romney": 1236,
"Barack Obama": 277,
"Jill Stein": 2,
"Gary Johnson": 18
},
"pct_reporting": "100"
},
"48273": {
"county": "Kleberg",
"fip": "48273",
"total_votes": 8902,
"votes": {
"Mitt Romney": 4056,
"Barack Obama": 4752,
"Jill Stein": 21,
"Gary Johnson": 73
},
"pct_reporting": "100"
},
"48271": {
"county": "Kinney",
"fip": "48271",
"total_votes": 1425,
"votes": {
"Mitt Romney": 880,
"Barack Obama": 522,
"Jill Stein": 9,
"Gary Johnson": 14
},
"pct_reporting": "100"
},
"48277": {
"county": "Lamar",
"fip": "48277",
"total_votes": 17173,
"votes": {
"Mitt Romney": 12814,
"Barack Obama": 4173,
"Jill Stein": 37,
"Gary Johnson": 149
},
"pct_reporting": "100"
},
"48453": {
"county": "Travis",
"fip": "48453",
"total_votes": 384890,
"votes": {
"Mitt Romney": 139503,
"Barack Obama": 231540,
"Jill Stein": 3360,
"Gary Johnson": 10487
},
"pct_reporting": "100"
},
"48275": {
"county": "Knox",
"fip": "48275",
"total_votes": 1510,
"votes": {
"Mitt Romney": 1160,
"Barack Obama": 332,
"Jill Stein": 1,
"Gary Johnson": 17
},
"pct_reporting": "100"
},
"48287": {
"county": "Lee",
"fip": "48287",
"total_votes": 6211,
"votes": {
"Mitt Romney": 4504,
"Barack Obama": 1630,
"Jill Stein": 12,
"Gary Johnson": 65
},
"pct_reporting": "100"
},
"48279": {
"county": "Lamb",
"fip": "48279",
"total_votes": 4089,
"votes": {
"Mitt Romney": 3056,
"Barack Obama": 998,
"Jill Stein": 5,
"Gary Johnson": 30
},
"pct_reporting": "100"
},
"48285": {
"county": "La Vaca",
"fip": "48285",
"total_votes": 8279,
"votes": {
"Mitt Romney": 6788,
"Barack Obama": 1427,
"Jill Stein": 15,
"Gary Johnson": 49
},
"pct_reporting": "100"
},
"48383": {
"county": "Reagan",
"fip": "48383",
"total_votes": 843,
"votes": {
"Mitt Romney": 676,
"Barack Obama": 158,
"Jill Stein": 1,
"Gary Johnson": 8
},
"pct_reporting": "100"
},
"48153": {
"county": "Floyd",
"fip": "48153",
"total_votes": 2085,
"votes": {
"Mitt Romney": 1523,
"Barack Obama": 551,
"Jill Stein": 0,
"Gary Johnson": 11
},
"pct_reporting": "100"
},
"48151": {
"county": "Fisher",
"fip": "48151",
"total_votes": 1628,
"votes": {
"Mitt Romney": 1094,
"Barack Obama": 512,
"Jill Stein": 4,
"Gary Johnson": 18
},
"pct_reporting": "100"
},
"48019": {
"county": "Bandera",
"fip": "48019",
"total_votes": 9434,
"votes": {
"Mitt Romney": 7423,
"Barack Obama": 1859,
"Jill Stein": 31,
"Gary Johnson": 121
},
"pct_reporting": "100"
},
"48157": {
"county": "Fort Bend",
"fip": "48157",
"total_votes": 219250,
"votes": {
"Mitt Romney": 116028,
"Barack Obama": 101043,
"Jill Stein": 460,
"Gary Johnson": 1719
},
"pct_reporting": "100"
},
"48155": {
"county": "Foard",
"fip": "48155",
"total_votes": 493,
"votes": {
"Mitt Romney": 346,
"Barack Obama": 140,
"Jill Stein": 4,
"Gary Johnson": 3
},
"pct_reporting": "100"
},
"48391": {
"county": "Refugio",
"fip": "48391",
"total_votes": 2673,
"votes": {
"Mitt Romney": 1659,
"Barack Obama": 998,
"Jill Stein": 6,
"Gary Johnson": 10
},
"pct_reporting": "100"
},
"48013": {
"county": "Atascosa",
"fip": "48013",
"total_votes": 12704,
"votes": {
"Mitt Romney": 7451,
"Barack Obama": 5128,
"Jill Stein": 27,
"Gary Johnson": 98
},
"pct_reporting": "100"
},
"48159": {
"county": "Franklin",
"fip": "48159",
"total_votes": 4255,
"votes": {
"Mitt Romney": 3446,
"Barack Obama": 750,
"Jill Stein": 14,
"Gary Johnson": 45
},
"pct_reporting": "100"
},
"48011": {
"county": "Armstrong",
"fip": "48011",
"total_votes": 935,
"votes": {
"Mitt Romney": 828,
"Barack Obama": 98,
"Jill Stein": 4,
"Gary Johnson": 5
},
"pct_reporting": "100"
},
"48395": {
"county": "Robertson",
"fip": "48395",
"total_votes": 7278,
"votes": {
"Mitt Romney": 4416,
"Barack Obama": 2792,
"Jill Stein": 21,
"Gary Johnson": 49
},
"pct_reporting": "100"
},
"48017": {
"county": "Bailey",
"fip": "48017",
"total_votes": 1813,
"votes": {
"Mitt Romney": 1336,
"Barack Obama": 466,
"Jill Stein": 4,
"Gary Johnson": 7
},
"pct_reporting": "100"
},
"48397": {
"county": "Rockwall",
"fip": "48397",
"total_votes": 35651,
"votes": {
"Mitt Romney": 27098,
"Barack Obama": 8112,
"Jill Stein": 59,
"Gary Johnson": 382
},
"pct_reporting": "100"
},
"48015": {
"county": "Austin",
"fip": "48015",
"total_votes": 11628,
"votes": {
"Mitt Romney": 9260,
"Barack Obama": 2252,
"Jill Stein": 20,
"Gary Johnson": 96
},
"pct_reporting": "100"
},
"48485": {
"county": "Wichita",
"fip": "48485",
"total_votes": 40923,
"votes": {
"Mitt Romney": 29756,
"Barack Obama": 10490,
"Jill Stein": 150,
"Gary Johnson": 527
},
"pct_reporting": "100"
},
"48487": {
"county": "Wilbarger",
"fip": "48487",
"total_votes": 3980,
"votes": {
"Mitt Romney": 2956,
"Barack Obama": 971,
"Jill Stein": 11,
"Gary Johnson": 42
},
"pct_reporting": "100"
},
"48481": {
"county": "Wharton",
"fip": "48481",
"total_votes": 14087,
"votes": {
"Mitt Romney": 9750,
"Barack Obama": 4235,
"Jill Stein": 34,
"Gary Johnson": 68
},
"pct_reporting": "100"
},
"48483": {
"county": "Wheeler",
"fip": "48483",
"total_votes": 2128,
"votes": {
"Mitt Romney": 1878,
"Barack Obama": 232,
"Jill Stein": 2,
"Gary Johnson": 16
},
"pct_reporting": "100"
},
"48239": {
"county": "Jackson",
"fip": "48239",
"total_votes": 5018,
"votes": {
"Mitt Romney": 3903,
"Barack Obama": 1068,
"Jill Stein": 12,
"Gary Johnson": 35
},
"pct_reporting": "100"
},
"48489": {
"county": "Willacy",
"fip": "48489",
"total_votes": 5058,
"votes": {
"Mitt Romney": 1415,
"Barack Obama": 3595,
"Jill Stein": 11,
"Gary Johnson": 37
},
"pct_reporting": "100"
},
"48081": {
"county": "Coke",
"fip": "48081",
"total_votes": 1406,
"votes": {
"Mitt Romney": 1216,
"Barack Obama": 179,
"Jill Stein": 2,
"Gary Johnson": 9
},
"pct_reporting": "100"
},
"48365": {
"county": "Panola",
"fip": "48365",
"total_votes": 10221,
"votes": {
"Mitt Romney": 7941,
"Barack Obama": 2211,
"Jill Stein": 2,
"Gary Johnson": 67
},
"pct_reporting": "100"
},
"48083": {
"county": "Coleman",
"fip": "48083",
"total_votes": 3483,
"votes": {
"Mitt Romney": 3007,
"Barack Obama": 441,
"Jill Stein": 14,
"Gary Johnson": 21
},
"pct_reporting": "100"
},
"48367": {
"county": "Parker",
"fip": "48367",
"total_votes": 47346,
"votes": {
"Mitt Romney": 38980,
"Barack Obama": 7804,
"Jill Stein": 99,
"Gary Johnson": 463
},
"pct_reporting": "100"
},
"48085": {
"county": "Collin",
"fip": "48085",
"total_votes": 301101,
"votes": {
"Mitt Romney": 195933,
"Barack Obama": 100754,
"Jill Stein": 726,
"Gary Johnson": 3688
},
"pct_reporting": "100"
},
"48361": {
"county": "Orange",
"fip": "48361",
"total_votes": 30502,
"votes": {
"Mitt Romney": 23361,
"Barack Obama": 6797,
"Jill Stein": 64,
"Gary Johnson": 280
},
"pct_reporting": "100"
},
"48087": {
"county": "Collingsworth",
"fip": "48087",
"total_votes": 1150,
"votes": {
"Mitt Romney": 962,
"Barack Obama": 177,
"Jill Stein": 3,
"Gary Johnson": 8
},
"pct_reporting": "100"
},
"48237": {
"county": "Jack",
"fip": "48237",
"total_votes": 2907,
"votes": {
"Mitt Romney": 2580,
"Barack Obama": 303,
"Jill Stein": 5,
"Gary Johnson": 19
},
"pct_reporting": "100"
},
"48089": {
"county": "Colorado",
"fip": "48089",
"total_votes": 8095,
"votes": {
"Mitt Romney": 6015,
"Barack Obama": 2024,
"Jill Stein": 11,
"Gary Johnson": 45
},
"pct_reporting": "100"
},
"48245": {
"county": "Jefferson",
"fip": "48245",
"total_votes": 88548,
"votes": {
"Mitt Romney": 43214,
"Barack Obama": 44626,
"Jill Stein": 118,
"Gary Johnson": 590
},
"pct_reporting": "100"
},
"48243": {
"county": "Jeff Davis",
"fip": "48243",
"total_votes": 1188,
"votes": {
"Mitt Romney": 717,
"Barack Obama": 440,
"Jill Stein": 7,
"Gary Johnson": 24
},
"pct_reporting": "100"
},
"48369": {
"county": "Parmer",
"fip": "48369",
"total_votes": 2545,
"votes": {
"Mitt Romney": 2005,
"Barack Obama": 528,
"Jill Stein": 3,
"Gary Johnson": 9
},
"pct_reporting": "100"
},
"48241": {
"county": "Jasper",
"fip": "48241",
"total_votes": 13466,
"votes": {
"Mitt Romney": 9924,
"Barack Obama": 3402,
"Jill Stein": 26,
"Gary Johnson": 114
},
"pct_reporting": "100"
},
"48027": {
"county": "Bell",
"fip": "48027",
"total_votes": 85765,
"votes": {
"Mitt Romney": 49369,
"Barack Obama": 35315,
"Jill Stein": 192,
"Gary Johnson": 889
},
"pct_reporting": "100"
},
"48025": {
"county": "Bee",
"fip": "48025",
"total_votes": 7873,
"votes": {
"Mitt Romney": 4354,
"Barack Obama": 3451,
"Jill Stein": 12,
"Gary Johnson": 56
},
"pct_reporting": "100"
},
"48023": {
"county": "Baylor",
"fip": "48023",
"total_votes": 1592,
"votes": {
"Mitt Romney": 1297,
"Barack Obama": 267,
"Jill Stein": 5,
"Gary Johnson": 23
},
"pct_reporting": "100"
},
"48249": {
"county": "Jim Wells",
"fip": "48249",
"total_votes": 11163,
"votes": {
"Mitt Romney": 4595,
"Barack Obama": 6492,
"Jill Stein": 23,
"Gary Johnson": 53
},
"pct_reporting": "100"
},
"48021": {
"county": "Bastrop",
"fip": "48021",
"total_votes": 24457,
"votes": {
"Mitt Romney": 14019,
"Barack Obama": 9860,
"Jill Stein": 113,
"Gary Johnson": 465
},
"pct_reporting": "100"
},
"48413": {
"county": "Schleicher",
"fip": "48413",
"total_votes": 1010,
"votes": {
"Mitt Romney": 781,
"Barack Obama": 220,
"Jill Stein": 2,
"Gary Johnson": 7
},
"pct_reporting": "100"
},
"48225": {
"county": "Houston",
"fip": "48225",
"total_votes": 8129,
"votes": {
"Mitt Romney": 5839,
"Barack Obama": 2235,
"Jill Stein": 14,
"Gary Johnson": 41
},
"pct_reporting": "100"
},
"48463": {
"county": "Uvalde",
"fip": "48463",
"total_votes": 8431,
"votes": {
"Mitt Romney": 4526,
"Barack Obama": 3824,
"Jill Stein": 16,
"Gary Johnson": 65
},
"pct_reporting": "100"
},
"48227": {
"county": "Howard",
"fip": "48227",
"total_votes": 5139,
"votes": {
"Mitt Romney": 4032,
"Barack Obama": 1042,
"Jill Stein": 10,
"Gary Johnson": 55
},
"pct_reporting": "100"
},
"48363": {
"county": "Palo Pinto",
"fip": "48363",
"total_votes": 9335,
"votes": {
"Mitt Romney": 7392,
"Barack Obama": 1810,
"Jill Stein": 27,
"Gary Johnson": 106
},
"pct_reporting": "100"
},
"48221": {
"county": "Hood",
"fip": "48221",
"total_votes": 22445,
"votes": {
"Mitt Romney": 18341,
"Barack Obama": 3829,
"Jill Stein": 44,
"Gary Johnson": 231
},
"pct_reporting": "100"
},
"48029": {
"county": "Bexar",
"fip": "48029",
"total_votes": 511405,
"votes": {
"Mitt Romney": 240519,
"Barack Obama": 263871,
"Jill Stein": 1761,
"Gary Johnson": 5254
},
"pct_reporting": "100"
},
"48247": {
"county": "Jim Hogg",
"fip": "48247",
"total_votes": 1667,
"votes": {
"Mitt Romney": 356,
"Barack Obama": 1301,
"Jill Stein": 3,
"Gary Johnson": 7
},
"pct_reporting": "100"
},
"48389": {
"county": "Reeves",
"fip": "48389",
"total_votes": 2867,
"votes": {
"Mitt Romney": 1185,
"Barack Obama": 1649,
"Jill Stein": 8,
"Gary Johnson": 25
},
"pct_reporting": "100"
},
"48149": {
"county": "Fayette",
"fip": "48149",
"total_votes": 10534,
"votes": {
"Mitt Romney": 8098,
"Barack Obama": 2311,
"Jill Stein": 26,
"Gary Johnson": 99
},
"pct_reporting": "100"
},
"48419": {
"county": "Shelby",
"fip": "48419",
"total_votes": 9261,
"votes": {
"Mitt Romney": 6870,
"Barack Obama": 2318,
"Jill Stein": 9,
"Gary Johnson": 64
},
"pct_reporting": "100"
},
"48145": {
"county": "Falls",
"fip": "48145",
"total_votes": 5432,
"votes": {
"Mitt Romney": 3356,
"Barack Obama": 2033,
"Jill Stein": 8,
"Gary Johnson": 35
},
"pct_reporting": "100"
},
"48467": {
"county": "Van Zandt",
"fip": "48467",
"total_votes": 19081,
"votes": {
"Mitt Romney": 15790,
"Barack Obama": 3083,
"Jill Stein": 42,
"Gary Johnson": 166
},
"pct_reporting": "100"
},
"48147": {
"county": "Fannin",
"fip": "48147",
"total_votes": 10781,
"votes": {
"Mitt Romney": 8143,
"Barack Obama": 2482,
"Jill Stein": 38,
"Gary Johnson": 118
},
"pct_reporting": "100"
},
"48141": {
"county": "El Paso",
"fip": "48141",
"total_votes": 171053,
"votes": {
"Mitt Romney": 56517,
"Barack Obama": 112273,
"Jill Stein": 640,
"Gary Johnson": 1623
},
"pct_reporting": "100"
},
"48143": {
"county": "Erath",
"fip": "48143",
"total_votes": 12467,
"votes": {
"Mitt Romney": 10325,
"Barack Obama": 1965,
"Jill Stein": 33,
"Gary Johnson": 144
},
"pct_reporting": "100"
},
"48497": {
"county": "Wise",
"fip": "48497",
"total_votes": 20692,
"votes": {
"Mitt Romney": 17178,
"Barack Obama": 3219,
"Jill Stein": 66,
"Gary Johnson": 229
},
"pct_reporting": "100"
},
"48495": {
"county": "Winkler",
"fip": "48495",
"total_votes": 1745,
"votes": {
"Mitt Romney": 1331,
"Barack Obama": 398,
"Jill Stein": 2,
"Gary Johnson": 14
},
"pct_reporting": "100"
},
"48493": {
"county": "Wilson",
"fip": "48493",
"total_votes": 17186,
"votes": {
"Mitt Romney": 12205,
"Barack Obama": 4819,
"Jill Stein": 35,
"Gary Johnson": 127
},
"pct_reporting": "100"
},
"48491": {
"county": "Williamson",
"fip": "48491",
"total_votes": 162936,
"votes": {
"Mitt Romney": 96910,
"Barack Obama": 61812,
"Jill Stein": 603,
"Gary Johnson": 3611
},
"pct_reporting": "100"
},
"48293": {
"county": "Limestone",
"fip": "48293",
"total_votes": 7563,
"votes": {
"Mitt Romney": 5288,
"Barack Obama": 2208,
"Jill Stein": 17,
"Gary Johnson": 50
},
"pct_reporting": "100"
},
"48499": {
"county": "Wood",
"fip": "48499",
"total_votes": 17541,
"votes": {
"Mitt Romney": 14317,
"Barack Obama": 3052,
"Jill Stein": 33,
"Gary Johnson": 139
},
"pct_reporting": "100"
},
"48311": {
"county": "McMullen",
"fip": "48311",
"total_votes": 508,
"votes": {
"Mitt Romney": 436,
"Barack Obama": 67,
"Jill Stein": 0,
"Gary Johnson": 5
},
"pct_reporting": "100"
},
"48093": {
"county": "Comanche",
"fip": "48093",
"total_votes": 4897,
"votes": {
"Mitt Romney": 3940,
"Barack Obama": 890,
"Jill Stein": 11,
"Gary Johnson": 56
},
"pct_reporting": "100"
},
"48313": {
"county": "Madison",
"fip": "48313",
"total_votes": 4025,
"votes": {
"Mitt Romney": 3028,
"Barack Obama": 964,
"Jill Stein": 5,
"Gary Johnson": 28
},
"pct_reporting": "100"
},
"48091": {
"county": "Comal",
"fip": "48091",
"total_votes": 51475,
"votes": {
"Mitt Romney": 39291,
"Barack Obama": 11437,
"Jill Stein": 146,
"Gary Johnson": 601
},
"pct_reporting": "100"
},
"48315": {
"county": "Marion",
"fip": "48315",
"total_votes": 4271,
"votes": {
"Mitt Romney": 2730,
"Barack Obama": 1487,
"Jill Stein": 18,
"Gary Johnson": 36
},
"pct_reporting": "100"
},
"48097": {
"county": "Cooke",
"fip": "48097",
"total_votes": 14291,
"votes": {
"Mitt Romney": 11901,
"Barack Obama": 2240,
"Jill Stein": 27,
"Gary Johnson": 123
},
"pct_reporting": "100"
},
"48317": {
"county": "Martin",
"fip": "48317",
"total_votes": 1593,
"votes": {
"Mitt Romney": 1338,
"Barack Obama": 247,
"Jill Stein": 0,
"Gary Johnson": 8
},
"pct_reporting": "100"
},
"48095": {
"county": "Concho",
"fip": "48095",
"total_votes": 1001,
"votes": {
"Mitt Romney": 793,
"Barack Obama": 194,
"Jill Stein": 5,
"Gary Johnson": 9
},
"pct_reporting": "100"
},
"48319": {
"county": "Mason",
"fip": "48319",
"total_votes": 1965,
"votes": {
"Mitt Romney": 1562,
"Barack Obama": 380,
"Jill Stein": 1,
"Gary Johnson": 22
},
"pct_reporting": "100"
},
"48251": {
"county": "Johnson",
"fip": "48251",
"total_votes": 48753,
"votes": {
"Mitt Romney": 37609,
"Barack Obama": 10481,
"Jill Stein": 134,
"Gary Johnson": 529
},
"pct_reporting": "100"
},
"48099": {
"county": "Coryell",
"fip": "48099",
"total_votes": 16551,
"votes": {
"Mitt Romney": 11193,
"Barack Obama": 5141,
"Jill Stein": 47,
"Gary Johnson": 170
},
"pct_reporting": "100"
},
"48255": {
"county": "Karnes",
"fip": "48255",
"total_votes": 4180,
"votes": {
"Mitt Romney": 2823,
"Barack Obama": 1324,
"Jill Stein": 2,
"Gary Johnson": 31
},
"pct_reporting": "100"
},
"48417": {
"county": "Shackelford",
"fip": "48417",
"total_votes": 1363,
"votes": {
"Mitt Romney": 1218,
"Barack Obama": 131,
"Jill Stein": 2,
"Gary Johnson": 12
},
"pct_reporting": "100"
},
"48257": {
"county": "Kaufman",
"fip": "48257",
"total_votes": 34604,
"votes": {
"Mitt Romney": 24804,
"Barack Obama": 9451,
"Jill Stein": 71,
"Gary Johnson": 278
},
"pct_reporting": "100"
},
"48031": {
"county": "Blanco",
"fip": "48031",
"total_votes": 4971,
"votes": {
"Mitt Romney": 3637,
"Barack Obama": 1220,
"Jill Stein": 29,
"Gary Johnson": 85
},
"pct_reporting": "100"
},
"48033": {
"county": "Borden",
"fip": "48033",
"total_votes": 362,
"votes": {
"Mitt Romney": 324,
"Barack Obama": 32,
"Jill Stein": 3,
"Gary Johnson": 3
},
"pct_reporting": "100"
},
"48035": {
"county": "Bosque",
"fip": "48035",
"total_votes": 7336,
"votes": {
"Mitt Romney": 5873,
"Barack Obama": 1366,
"Jill Stein": 13,
"Gary Johnson": 84
},
"pct_reporting": "100"
},
"48037": {
"county": "Bowie",
"fip": "48037",
"total_votes": 35357,
"votes": {
"Mitt Romney": 24840,
"Barack Obama": 10184,
"Jill Stein": 70,
"Gary Johnson": 263
},
"pct_reporting": "100"
},
"48039": {
"county": "Brazoria",
"fip": "48039",
"total_votes": 106422,
"votes": {
"Mitt Romney": 70684,
"Barack Obama": 34327,
"Jill Stein": 288,
"Gary Johnson": 1123
},
"pct_reporting": "100"
},
"48235": {
"county": "Irion",
"fip": "48235",
"total_votes": 788,
"votes": {
"Mitt Romney": 668,
"Barack Obama": 112,
"Jill Stein": 1,
"Gary Johnson": 7
},
"pct_reporting": "100"
},
"48233": {
"county": "Hutchinson",
"fip": "48233",
"total_votes": 7916,
"votes": {
"Mitt Romney": 6797,
"Barack Obama": 1042,
"Jill Stein": 14,
"Gary Johnson": 63
},
"pct_reporting": "100"
},
"48231": {
"county": "Hunt",
"fip": "48231",
"total_votes": 27984,
"votes": {
"Mitt Romney": 20976,
"Barack Obama": 6658,
"Jill Stein": 66,
"Gary Johnson": 284
},
"pct_reporting": "100"
},
"48139": {
"county": "Ellis",
"fip": "48139",
"total_votes": 53756,
"votes": {
"Mitt Romney": 39353,
"Barack Obama": 13803,
"Jill Stein": 105,
"Gary Johnson": 495
},
"pct_reporting": "100"
},
"48423": {
"county": "Smith",
"fip": "48423",
"total_votes": 84794,
"votes": {
"Mitt Romney": 61858,
"Barack Obama": 22101,
"Jill Stein": 134,
"Gary Johnson": 701
},
"pct_reporting": "100"
},
"48429": {
"county": "Stephens",
"fip": "48429",
"total_votes": 3407,
"votes": {
"Mitt Romney": 2891,
"Barack Obama": 475,
"Jill Stein": 9,
"Gary Johnson": 32
},
"pct_reporting": "100"
},
"48451": {
"county": "Tom Green",
"fip": "48451",
"total_votes": 36527,
"votes": {
"Mitt Romney": 26749,
"Barack Obama": 9246,
"Jill Stein": 84,
"Gary Johnson": 448
},
"pct_reporting": "100"
},
"48465": {
"county": "Val Verde",
"fip": "48465",
"total_votes": 12040,
"votes": {
"Mitt Romney": 5612,
"Barack Obama": 6267,
"Jill Stein": 38,
"Gary Johnson": 123
},
"pct_reporting": "100"
},
"48131": {
"county": "Duval",
"fip": "48131",
"total_votes": 4343,
"votes": {
"Mitt Romney": 979,
"Barack Obama": 3331,
"Jill Stein": 8,
"Gary Johnson": 25
},
"pct_reporting": "100"
},
"48229": {
"county": "Hudspeth",
"fip": "48229",
"total_votes": 861,
"votes": {
"Mitt Romney": 471,
"Barack Obama": 379,
"Jill Stein": 0,
"Gary Johnson": 11
},
"pct_reporting": "100"
},
"48133": {
"county": "Eastland",
"fip": "48133",
"total_votes": 6494,
"votes": {
"Mitt Romney": 5443,
"Barack Obama": 970,
"Jill Stein": 13,
"Gary Johnson": 68
},
"pct_reporting": "100"
},
"48135": {
"county": "Ector",
"fip": "48135",
"total_votes": 32408,
"votes": {
"Mitt Romney": 23936,
"Barack Obama": 8095,
"Jill Stein": 68,
"Gary Johnson": 309
},
"pct_reporting": "100"
},
"48421": {
"county": "Sherman",
"fip": "48421",
"total_votes": 1038,
"votes": {
"Mitt Romney": 908,
"Barack Obama": 121,
"Jill Stein": 0,
"Gary Johnson": 9
},
"pct_reporting": "100"
},
"48137": {
"county": "Edwards",
"fip": "48137",
"total_votes": 883,
"votes": {
"Mitt Romney": 641,
"Barack Obama": 232,
"Jill Stein": 3,
"Gary Johnson": 7
},
"pct_reporting": "100"
},
"48457": {
"county": "Tyler",
"fip": "48457",
"total_votes": 7623,
"votes": {
"Mitt Romney": 5889,
"Barack Obama": 1659,
"Jill Stein": 17,
"Gary Johnson": 58
},
"pct_reporting": "100"
},
"48425": {
"county": "Somervell",
"fip": "48425",
"total_votes": 3507,
"votes": {
"Mitt Romney": 2858,
"Barack Obama": 609,
"Jill Stein": 8,
"Gary Johnson": 32
},
"pct_reporting": "100"
},
"48427": {
"county": "Starr",
"fip": "48427",
"total_votes": 11859,
"votes": {
"Mitt Romney": 1540,
"Barack Obama": 10248,
"Jill Stein": 21,
"Gary Johnson": 50
},
"pct_reporting": "100"
},
"48455": {
"county": "Trinity",
"fip": "48455",
"total_votes": 6234,
"votes": {
"Mitt Romney": 4537,
"Barack Obama": 1614,
"Jill Stein": 22,
"Gary Johnson": 61
},
"pct_reporting": "100"
},
"48349": {
"county": "Navarro",
"fip": "48349",
"total_votes": 15316,
"votes": {
"Mitt Romney": 10838,
"Barack Obama": 4348,
"Jill Stein": 26,
"Gary Johnson": 104
},
"pct_reporting": "100"
},
"48303": {
"county": "Lubbock",
"fip": "48303",
"total_votes": 90615,
"votes": {
"Mitt Romney": 63133,
"Barack Obama": 26088,
"Jill Stein": 259,
"Gary Johnson": 1135
},
"pct_reporting": "100"
},
"48301": {
"county": "Loving",
"fip": "48301",
"total_votes": 64,
"votes": {
"Mitt Romney": 54,
"Barack Obama": 9,
"Jill Stein": 0,
"Gary Johnson": 1
},
"pct_reporting": "100"
},
"48307": {
"county": "McCulloch",
"fip": "48307",
"total_votes": 2993,
"votes": {
"Mitt Romney": 2419,
"Barack Obama": 537,
"Jill Stein": 5,
"Gary Johnson": 32
},
"pct_reporting": "100"
},
"48305": {
"county": "Lynn",
"fip": "48305",
"total_votes": 1852,
"votes": {
"Mitt Romney": 1377,
"Barack Obama": 464,
"Jill Stein": 3,
"Gary Johnson": 8
},
"pct_reporting": "100"
},
"48415": {
"county": "Scurry",
"fip": "48415",
"total_votes": 5022,
"votes": {
"Mitt Romney": 4121,
"Barack Obama": 837,
"Jill Stein": 23,
"Gary Johnson": 41
},
"pct_reporting": "100"
},
"48309": {
"county": "McLennan",
"fip": "48309",
"total_votes": 74493,
"votes": {
"Mitt Romney": 47885,
"Barack Obama": 25688,
"Jill Stein": 180,
"Gary Johnson": 740
},
"pct_reporting": "100"
},
"48445": {
"county": "Terry",
"fip": "48445",
"total_votes": 3707,
"votes": {
"Mitt Romney": 2602,
"Barack Obama": 1059,
"Jill Stein": 7,
"Gary Johnson": 39
},
"pct_reporting": "100"
},
"48435": {
"county": "Sutton",
"fip": "48435",
"total_votes": 1489,
"votes": {
"Mitt Romney": 1110,
"Barack Obama": 369,
"Jill Stein": 2,
"Gary Johnson": 8
},
"pct_reporting": "100"
},
"48209": {
"county": "Hays",
"fip": "48209",
"total_votes": 58808,
"votes": {
"Mitt Romney": 31577,
"Barack Obama": 25448,
"Jill Stein": 336,
"Gary Johnson": 1447
},
"pct_reporting": "100"
},
"48437": {
"county": "Swisher",
"fip": "48437",
"total_votes": 2265,
"votes": {
"Mitt Romney": 1654,
"Barack Obama": 579,
"Jill Stein": 8,
"Gary Johnson": 24
},
"pct_reporting": "100"
},
"48431": {
"county": "Sterling",
"fip": "48431",
"total_votes": 494,
"votes": {
"Mitt Romney": 459,
"Barack Obama": 31,
"Jill Stein": 1,
"Gary Johnson": 3
},
"pct_reporting": "100"
},
"48433": {
"county": "Stonewall",
"fip": "48433",
"total_votes": 675,
"votes": {
"Mitt Romney": 507,
"Barack Obama": 160,
"Jill Stein": 3,
"Gary Johnson": 5
},
"pct_reporting": "100"
},
"48203": {
"county": "Harrison",
"fip": "48203",
"total_votes": 26099,
"votes": {
"Mitt Romney": 17471,
"Barack Obama": 8431,
"Jill Stein": 39,
"Gary Johnson": 158
},
"pct_reporting": "100"
},
"48201": {
"county": "Harris",
"fip": "48201",
"total_votes": 1185478,
"votes": {
"Mitt Romney": 584866,
"Barack Obama": 585451,
"Jill Stein": 4104,
"Gary Johnson": 11057
},
"pct_reporting": "100"
},
"48207": {
"county": "Haskell",
"fip": "48207",
"total_votes": 2006,
"votes": {
"Mitt Romney": 1422,
"Barack Obama": 551,
"Jill Stein": 8,
"Gary Johnson": 25
},
"pct_reporting": "100"
},
"48439": {
"county": "Tarrant",
"fip": "48439",
"total_votes": 610149,
"votes": {
"Mitt Romney": 348686,
"Barack Obama": 252789,
"Jill Stein": 1771,
"Gary Johnson": 6903
},
"pct_reporting": "100"
},
"48205": {
"county": "Hartley",
"fip": "48205",
"total_votes": 1904,
"votes": {
"Mitt Romney": 1700,
"Barack Obama": 183,
"Jill Stein": 1,
"Gary Johnson": 20
},
"pct_reporting": "100"
},
"48045": {
"county": "Briscoe",
"fip": "48045",
"total_votes": 700,
"votes": {
"Mitt Romney": 576,
"Barack Obama": 117,
"Jill Stein": 3,
"Gary Johnson": 4
},
"pct_reporting": "100"
},
"48047": {
"county": "Brooks",
"fip": "48047",
"total_votes": 2403,
"votes": {
"Mitt Romney": 507,
"Barack Obama": 1886,
"Jill Stein": 4,
"Gary Johnson": 6
},
"pct_reporting": "100"
},
"48129": {
"county": "Donley",
"fip": "48129",
"total_votes": 1533,
"votes": {
"Mitt Romney": 1286,
"Barack Obama": 226,
"Jill Stein": 1,
"Gary Johnson": 20
},
"pct_reporting": "100"
},
"48041": {
"county": "Brazos",
"fip": "48041",
"total_votes": 55845,
"votes": {
"Mitt Romney": 37152,
"Barack Obama": 17440,
"Jill Stein": 207,
"Gary Johnson": 1046
},
"pct_reporting": "100"
},
"48223": {
"county": "Hopkins",
"fip": "48223",
"total_votes": 12742,
"votes": {
"Mitt Romney": 9834,
"Barack Obama": 2775,
"Jill Stein": 22,
"Gary Johnson": 111
},
"pct_reporting": "100"
},
"48043": {
"county": "Brewster",
"fip": "48043",
"total_votes": 3866,
"votes": {
"Mitt Romney": 1975,
"Barack Obama": 1765,
"Jill Stein": 35,
"Gary Johnson": 91
},
"pct_reporting": "100"
},
"48123": {
"county": "De Witt",
"fip": "48123",
"total_votes": 6624,
"votes": {
"Mitt Romney": 5114,
"Barack Obama": 1463,
"Jill Stein": 9,
"Gary Johnson": 38
},
"pct_reporting": "100"
},
"48289": {
"county": "Leon",
"fip": "48289",
"total_votes": 6941,
"votes": {
"Mitt Romney": 5812,
"Barack Obama": 1061,
"Jill Stein": 15,
"Gary Johnson": 53
},
"pct_reporting": "100"
},
"48121": {
"county": "Denton",
"fip": "48121",
"total_votes": 240125,
"votes": {
"Mitt Romney": 156105,
"Barack Obama": 79917,
"Jill Stein": 799,
"Gary Johnson": 3304
},
"pct_reporting": "100"
},
"48049": {
"county": "Brown",
"fip": "48049",
"total_votes": 13936,
"votes": {
"Mitt Romney": 11894,
"Barack Obama": 1904,
"Jill Stein": 24,
"Gary Johnson": 114
},
"pct_reporting": "100"
},
"48127": {
"county": "Dimmit",
"fip": "48127",
"total_votes": 2917,
"votes": {
"Mitt Romney": 762,
"Barack Obama": 2141,
"Jill Stein": 2,
"Gary Johnson": 12
},
"pct_reporting": "100"
},
"48125": {
"county": "Dickens",
"fip": "48125",
"total_votes": 1019,
"votes": {
"Mitt Romney": 793,
"Barack Obama": 216,
"Jill Stein": 1,
"Gary Johnson": 9
},
"pct_reporting": "100"
},
"48339": {
"county": "Montgomery",
"fip": "48339",
"total_votes": 172820,
"votes": {
"Mitt Romney": 137822,
"Barack Obama": 32852,
"Jill Stein": 431,
"Gary Johnson": 1715
},
"pct_reporting": "100"
},
"48337": {
"county": "Montague",
"fip": "48337",
"total_votes": 7737,
"votes": {
"Mitt Romney": 6539,
"Barack Obama": 1116,
"Jill Stein": 3,
"Gary Johnson": 79
},
"pct_reporting": "100"
},
"48335": {
"county": "Mitchell",
"fip": "48335",
"total_votes": 2312,
"votes": {
"Mitt Romney": 1754,
"Barack Obama": 536,
"Jill Stein": 4,
"Gary Johnson": 18
},
"pct_reporting": "100"
},
"48333": {
"county": "Mills",
"fip": "48333",
"total_votes": 2197,
"votes": {
"Mitt Romney": 1882,
"Barack Obama": 279,
"Jill Stein": 3,
"Gary Johnson": 33
},
"pct_reporting": "100"
},
"48331": {
"county": "Milam",
"fip": "48331",
"total_votes": 8220,
"votes": {
"Mitt Romney": 5478,
"Barack Obama": 2632,
"Jill Stein": 30,
"Gary Johnson": 80
},
"pct_reporting": "100"
}
},
"LA": {
"22117": {
"county": "Washington",
"fip": "22117",
"total_votes": 18100,
"votes": {
"James Harris": 6,
"Sheila Tittle": 18,
"Virgil Goode": 37,
"Jerry White": 4,
"Jack Fellure": 10,
"Mitt Romney": 11470,
"Peta Lindsay": 15,
"Jill Stein": 84,
"Rocky Anderson": 16,
"Barack Obama": 6351,
"Gary Johnson": 89
},
"pct_reporting": "100"
},
"22031": {
"county": "DeSoto",
"fip": "22031",
"total_votes": 13050,
"votes": {
"James Harris": 3,
"Sheila Tittle": 12,
"Virgil Goode": 15,
"Jerry White": 2,
"Jack Fellure": 2,
"Mitt Romney": 7353,
"Peta Lindsay": 3,
"Jill Stein": 29,
"Rocky Anderson": 11,
"Barack Obama": 5552,
"Gary Johnson": 68
},
"pct_reporting": "100"
},
"22115": {
"county": "Vernon",
"fip": "22115",
"total_votes": 15606,
"votes": {
"James Harris": 5,
"Sheila Tittle": 33,
"Virgil Goode": 33,
"Jerry White": 5,
"Jack Fellure": 1,
"Mitt Romney": 12146,
"Peta Lindsay": 3,
"Jill Stein": 75,
"Rocky Anderson": 11,
"Barack Obama": 3173,
"Gary Johnson": 121
},
"pct_reporting": "100"
},
"22033": {
"county": "East Baton Rouge",
"fip": "22033",
"total_votes": 197912,
"votes": {
"James Harris": 31,
"Sheila Tittle": 99,
"Virgil Goode": 244,
"Jerry White": 33,
"Jack Fellure": 51,
"Mitt Romney": 92235,
"Peta Lindsay": 66,
"Jill Stein": 618,
"Rocky Anderson": 122,
"Barack Obama": 102460,
"Gary Johnson": 1953
},
"pct_reporting": "100"
},
"22113": {
"county": "Vermilion",
"fip": "22113",
"total_votes": 24984,
"votes": {
"James Harris": 6,
"Sheila Tittle": 25,
"Virgil Goode": 20,
"Jerry White": 4,
"Jack Fellure": 5,
"Mitt Romney": 18909,
"Peta Lindsay": 8,
"Jill Stein": 85,
"Rocky Anderson": 20,
"Barack Obama": 5718,
"Gary Johnson": 184
},
"pct_reporting": "100"
},
"22035": {
"county": "East Carroll",
"fip": "22035",
"total_votes": 3384,
"votes": {
"James Harris": 3,
"Sheila Tittle": 2,
"Virgil Goode": 0,
"Jerry White": 0,
"Jack Fellure": 0,
"Mitt Romney": 1122,
"Peta Lindsay": 2,
"Jill Stein": 6,
"Rocky Anderson": 2,
"Barack Obama": 2244,
"Gary Johnson": 3
},
"pct_reporting": "100"
},
"22111": {
"county": "Union",
"fip": "22111",
"total_votes": 10766,
"votes": {
"James Harris": 0,
"Sheila Tittle": 8,
"Virgil Goode": 13,
"Jerry White": 2,
"Jack Fellure": 4,
"Mitt Romney": 7561,
"Peta Lindsay": 4,
"Jill Stein": 34,
"Rocky Anderson": 5,
"Barack Obama": 3075,
"Gary Johnson": 60
},
"pct_reporting": "100"
},
"22037": {
"county": "East Feliciana",
"fip": "22037",
"total_votes": 10209,
"votes": {
"James Harris": 1,
"Sheila Tittle": 11,
"Virgil Goode": 28,
"Jerry White": 4,
"Jack Fellure": 12,
"Mitt Romney": 5397,
"Peta Lindsay": 6,
"Jill Stein": 30,
"Rocky Anderson": 10,
"Barack Obama": 4648,
"Gary Johnson": 62
},
"pct_reporting": "100"
},
"22039": {
"county": "Evangeline",
"fip": "22039",
"total_votes": 15765,
"votes": {
"James Harris": 6,
"Sheila Tittle": 20,
"Virgil Goode": 29,
"Jerry White": 6,
"Jack Fellure": 6,
"Mitt Romney": 10176,
"Peta Lindsay": 5,
"Jill Stein": 72,
"Rocky Anderson": 22,
"Barack Obama": 5330,
"Gary Johnson": 93
},
"pct_reporting": "100"
},
"22119": {
"county": "Webster",
"fip": "22119",
"total_votes": 18413,
"votes": {
"James Harris": 4,
"Sheila Tittle": 20,
"Virgil Goode": 31,
"Jerry White": 6,
"Jack Fellure": 5,
"Mitt Romney": 11397,
"Peta Lindsay": 8,
"Jill Stein": 54,
"Rocky Anderson": 15,
"Barack Obama": 6802,
"Gary Johnson": 71
},
"pct_reporting": "100"
},
"22057": {
"county": "Lafourche",
"fip": "22057",
"total_votes": 38725,
"votes": {
"James Harris": 15,
"Sheila Tittle": 71,
"Virgil Goode": 50,
"Jerry White": 11,
"Jack Fellure": 21,
"Mitt Romney": 28332,
"Peta Lindsay": 13,
"Jill Stein": 214,
"Rocky Anderson": 35,
"Barack Obama": 9543,
"Gary Johnson": 420
},
"pct_reporting": "100"
},
"22019": {
"county": "Calcasieu",
"fip": "22019",
"total_votes": 81718,
"votes": {
"James Harris": 16,
"Sheila Tittle": 117,
"Virgil Goode": 161,
"Jerry White": 16,
"Jack Fellure": 27,
"Mitt Romney": 51844,
"Peta Lindsay": 21,
"Jill Stein": 289,
"Rocky Anderson": 52,
"Barack Obama": 28357,
"Gary Johnson": 818
},
"pct_reporting": "100"
},
"22053": {
"county": "Jeff Davis",
"fip": "22053",
"total_votes": 13733,
"votes": {
"James Harris": 3,
"Sheila Tittle": 24,
"Virgil Goode": 21,
"Jerry White": 4,
"Jack Fellure": 6,
"Mitt Romney": 10014,
"Peta Lindsay": 10,
"Jill Stein": 58,
"Rocky Anderson": 13,
"Barack Obama": 3483,
"Gary Johnson": 97
},
"pct_reporting": "100"
},
"22051": {
"county": "Jefferson",
"fip": "22051",
"total_votes": 175733,
"votes": {
"James Harris": 27,
"Sheila Tittle": 163,
"Virgil Goode": 172,
"Jerry White": 25,
"Jack Fellure": 45,
"Mitt Romney": 102325,
"Peta Lindsay": 38,
"Jill Stein": 678,
"Rocky Anderson": 109,
"Barack Obama": 70000,
"Gary Johnson": 2151
},
"pct_reporting": "100"
},
"22073": {
"county": "Ouachita",
"fip": "22073",
"total_votes": 68437,
"votes": {
"James Harris": 14,
"Sheila Tittle": 34,
"Virgil Goode": 103,
"Jerry White": 8,
"Jack Fellure": 9,
"Mitt Romney": 40927,
"Peta Lindsay": 5,
"Jill Stein": 155,
"Rocky Anderson": 27,
"Barack Obama": 26629,
"Gary Johnson": 526
},
"pct_reporting": "100"
},
"22013": {
"county": "Bienville",
"fip": "22013",
"total_votes": 7203,
"votes": {
"James Harris": 1,
"Sheila Tittle": 6,
"Virgil Goode": 11,
"Jerry White": 0,
"Jack Fellure": 1,
"Mitt Romney": 3641,
"Peta Lindsay": 4,
"Jill Stein": 21,
"Rocky Anderson": 3,
"Barack Obama": 3490,
"Gary Johnson": 25
},
"pct_reporting": "100"
},
"22011": {
"county": "Beauregard",
"fip": "22011",
"total_votes": 14223,
"votes": {
"James Harris": 7,
"Sheila Tittle": 29,
"Virgil Goode": 27,
"Jerry White": 3,
"Jack Fellure": 2,
"Mitt Romney": 11111,
"Peta Lindsay": 2,
"Jill Stein": 53,
"Rocky Anderson": 17,
"Barack Obama": 2827,
"Gary Johnson": 145
},
"pct_reporting": "100"
},
"22017": {
"county": "Caddo",
"fip": "22017",
"total_votes": 111516,
"votes": {
"James Harris": 23,
"Sheila Tittle": 50,
"Virgil Goode": 88,
"Jerry White": 14,
"Jack Fellure": 13,
"Mitt Romney": 52378,
"Peta Lindsay": 14,
"Jill Stein": 256,
"Rocky Anderson": 41,
"Barack Obama": 57879,
"Gary Johnson": 760
},
"pct_reporting": "100"
},
"22015": {
"county": "Bossier",
"fip": "22015",
"total_votes": 48559,
"votes": {
"James Harris": 4,
"Sheila Tittle": 28,
"Virgil Goode": 55,
"Jerry White": 5,
"Jack Fellure": 10,
"Mitt Romney": 34986,
"Peta Lindsay": 8,
"Jill Stein": 109,
"Rocky Anderson": 9,
"Barack Obama": 12955,
"Gary Johnson": 390
},
"pct_reporting": "100"
},
"22077": {
"county": "Pointe Coupee",
"fip": "22077",
"total_votes": 12147,
"votes": {
"James Harris": 4,
"Sheila Tittle": 8,
"Virgil Goode": 21,
"Jerry White": 4,
"Jack Fellure": 8,
"Mitt Romney": 6548,
"Peta Lindsay": 9,
"Jill Stein": 46,
"Rocky Anderson": 8,
"Barack Obama": 5436,
"Gary Johnson": 55
},
"pct_reporting": "100"
},
"22049": {
"county": "Jackson",
"fip": "22049",
"total_votes": 7529,
"votes": {
"James Harris": 0,
"Sheila Tittle": 12,
"Virgil Goode": 10,
"Jerry White": 3,
"Jack Fellure": 1,
"Mitt Romney": 5132,
"Peta Lindsay": 4,
"Jill Stein": 22,
"Rocky Anderson": 3,
"Barack Obama": 2305,
"Gary Johnson": 37
},
"pct_reporting": "100"
},
"22071": {
"county": "Orleans",
"fip": "22071",
"total_votes": 157233,
"votes": {
"James Harris": 38,
"Sheila Tittle": 57,
"Virgil Goode": 101,
"Jerry White": 21,
"Jack Fellure": 27,
"Mitt Romney": 27967,
"Peta Lindsay": 30,
"Jill Stein": 825,
"Rocky Anderson": 114,
"Barack Obama": 126199,
"Gary Johnson": 1854
},
"pct_reporting": "100"
},
"22081": {
"county": "Red River",
"fip": "22081",
"total_votes": 4807,
"votes": {
"James Harris": 2,
"Sheila Tittle": 2,
"Virgil Goode": 5,
"Jerry White": 1,
"Jack Fellure": 4,
"Mitt Romney": 2483,
"Peta Lindsay": 2,
"Jill Stein": 12,
"Rocky Anderson": 5,
"Barack Obama": 2253,
"Gary Johnson": 38
},
"pct_reporting": "100"
},
"22083": {
"county": "Richland",
"fip": "22083",
"total_votes": 11507,
"votes": {
"James Harris": 1,
"Sheila Tittle": 2,
"Virgil Goode": 19,
"Jerry White": 3,
"Jack Fellure": 5,
"Mitt Romney": 7316,
"Peta Lindsay": 5,
"Jill Stein": 30,
"Rocky Anderson": 6,
"Barack Obama": 4074,
"Gary Johnson": 46
},
"pct_reporting": "100"
},
"22091": {
"county": "St. Helena",
"fip": "22091",
"total_votes": 7093,
"votes": {
"James Harris": 0,
"Sheila Tittle": 9,
"Virgil Goode": 15,
"Jerry White": 1,
"Jack Fellure": 3,
"Mitt Romney": 2756,
"Peta Lindsay": 2,
"Jill Stein": 40,
"Rocky Anderson": 4,
"Barack Obama": 4233,
"Gary Johnson": 30
},
"pct_reporting": "100"
},
"22085": {
"county": "Sabine",
"fip": "22085",
"total_votes": 10050,
"votes": {
"James Harris": 0,
"Sheila Tittle": 9,
"Virgil Goode": 4,
"Jerry White": 4,
"Jack Fellure": 4,
"Mitt Romney": 7735,
"Peta Lindsay": 3,
"Jill Stein": 45,
"Rocky Anderson": 6,
"Barack Obama": 2194,
"Gary Johnson": 46
},
"pct_reporting": "100"
},
"22087": {
"county": "St. Bernard",
"fip": "22087",
"total_votes": 13944,
"votes": {
"James Harris": 7,
"Sheila Tittle": 32,
"Virgil Goode": 30,
"Jerry White": 2,
"Jack Fellure": 5,
"Mitt Romney": 8497,
"Peta Lindsay": 10,
"Jill Stein": 90,
"Rocky Anderson": 25,
"Barack Obama": 5052,
"Gary Johnson": 194
},
"pct_reporting": "100"
},
"22089": {
"county": "St. Charles",
"fip": "22089",
"total_votes": 25330,
"votes": {
"James Harris": 1,
"Sheila Tittle": 32,
"Virgil Goode": 42,
"Jerry White": 4,
"Jack Fellure": 5,
"Mitt Romney": 15936,
"Peta Lindsay": 7,
"Jill Stein": 88,
"Rocky Anderson": 18,
"Barack Obama": 8894,
"Gary Johnson": 303
},
"pct_reporting": "100"
},
"22059": {
"county": "LaSalle",
"fip": "22059",
"total_votes": 6572,
"votes": {
"James Harris": 1,
"Sheila Tittle": 11,
"Virgil Goode": 10,
"Jerry White": 0,
"Jack Fellure": 1,
"Mitt Romney": 5726,
"Peta Lindsay": 7,
"Jill Stein": 20,
"Rocky Anderson": 7,
"Barack Obama": 764,
"Gary Johnson": 25
},
"pct_reporting": "100"
},
"22027": {
"county": "Claiborne",
"fip": "22027",
"total_votes": 6732,
"votes": {
"James Harris": 3,
"Sheila Tittle": 9,
"Virgil Goode": 5,
"Jerry White": 1,
"Jack Fellure": 2,
"Mitt Romney": 3649,
"Peta Lindsay": 0,
"Jill Stein": 23,
"Rocky Anderson": 6,
"Barack Obama": 3014,
"Gary Johnson": 20
},
"pct_reporting": "100"
},
"22101": {
"county": "St. Mary",
"fip": "22101",
"total_votes": 23636,
"votes": {
"James Harris": 5,
"Sheila Tittle": 21,
"Virgil Goode": 27,
"Jerry White": 5,
"Jack Fellure": 7,
"Mitt Romney": 13883,
"Peta Lindsay": 7,
"Jill Stein": 75,
"Rocky Anderson": 14,
"Barack Obama": 9448,
"Gary Johnson": 144
},
"pct_reporting": "100"
},
"22025": {
"county": "Catahoula",
"fip": "22025",
"total_votes": 4193,
"votes": {
"James Harris": 1,
"Sheila Tittle": 5,
"Virgil Goode": 5,
"Jerry White": 0,
"Jack Fellure": 2,
"Mitt Romney": 2744,
"Peta Lindsay": 1,
"Jill Stein": 10,
"Rocky Anderson": 2,
"Barack Obama": 1408,
"Gary Johnson": 15
},
"pct_reporting": "100"
},
"22103": {
"county": "St. Tammany",
"fip": "22103",
"total_votes": 112884,
"votes": {
"James Harris": 14,
"Sheila Tittle": 84,
"Virgil Goode": 176,
"Jerry White": 13,
"Jack Fellure": 19,
"Mitt Romney": 84710,
"Peta Lindsay": 39,
"Jill Stein": 399,
"Rocky Anderson": 70,
"Barack Obama": 25723,
"Gary Johnson": 1637
},
"pct_reporting": "100"
},
"22023": {
"county": "Cameron",
"fip": "22023",
"total_votes": 3744,
"votes": {
"James Harris": 1,
"Sheila Tittle": 20,
"Virgil Goode": 5,
"Jerry White": 1,
"Jack Fellure": 1,
"Mitt Romney": 3260,
"Peta Lindsay": 0,
"Jill Stein": 20,
"Rocky Anderson": 2,
"Barack Obama": 408,
"Gary Johnson": 26
},
"pct_reporting": "100"
},
"22105": {
"county": "Tangipahoa",
"fip": "22105",
"total_votes": 50090,
"votes": {
"James Harris": 13,
"Sheila Tittle": 49,
"Virgil Goode": 63,
"Jerry White": 10,
"Jack Fellure": 17,
"Mitt Romney": 31583,
"Peta Lindsay": 24,
"Jill Stein": 166,
"Rocky Anderson": 37,
"Barack Obama": 17720,
"Gary Johnson": 408
},
"pct_reporting": "100"
},
"22021": {
"county": "Caldwell",
"fip": "22021",
"total_votes": 4716,
"votes": {
"James Harris": 2,
"Sheila Tittle": 7,
"Virgil Goode": 8,
"Jerry White": 2,
"Jack Fellure": 1,
"Mitt Romney": 3640,
"Peta Lindsay": 1,
"Jill Stein": 19,
"Rocky Anderson": 2,
"Barack Obama": 1016,
"Gary Johnson": 18
},
"pct_reporting": "100"
},
"22107": {
"county": "Tensas",
"fip": "22107",
"total_votes": 2812,
"votes": {
"James Harris": 0,
"Sheila Tittle": 2,
"Virgil Goode": 2,
"Jerry White": 0,
"Jack Fellure": 0,
"Mitt Romney": 1230,
"Peta Lindsay": 2,
"Jill Stein": 4,
"Rocky Anderson": 5,
"Barack Obama": 1564,
"Gary Johnson": 3
},
"pct_reporting": "100"
},
"22109": {
"county": "Terrebonne",
"fip": "22109",
"total_votes": 42335,
"votes": {
"James Harris": 14,
"Sheila Tittle": 43,
"Virgil Goode": 71,
"Jerry White": 3,
"Jack Fellure": 9,
"Mitt Romney": 29500,
"Peta Lindsay": 9,
"Jill Stein": 175,
"Rocky Anderson": 27,
"Barack Obama": 12071,
"Gary Johnson": 413
},
"pct_reporting": "100"
},
"22029": {
"county": "Concordia",
"fip": "22029",
"total_votes": 9380,
"votes": {
"James Harris": 2,
"Sheila Tittle": 9,
"Virgil Goode": 17,
"Jerry White": 2,
"Jack Fellure": 3,
"Mitt Romney": 5450,
"Peta Lindsay": 0,
"Jill Stein": 18,
"Rocky Anderson": 6,
"Barack Obama": 3833,
"Gary Johnson": 40
},
"pct_reporting": "100"
},
"22009": {
"county": "Avoyelles",
"fip": "22009",
"total_votes": 17027,
"votes": {
"James Harris": 6,
"Sheila Tittle": 40,
"Virgil Goode": 22,
"Jerry White": 7,
"Jack Fellure": 10,
"Mitt Romney": 10667,
"Peta Lindsay": 4,
"Jill Stein": 80,
"Rocky Anderson": 18,
"Barack Obama": 6075,
"Gary Johnson": 98
},
"pct_reporting": "100"
},
"22063": {
"county": "Livingston",
"fip": "22063",
"total_votes": 54033,
"votes": {
"James Harris": 9,
"Sheila Tittle": 79,
"Virgil Goode": 90,
"Jerry White": 4,
"Jack Fellure": 14,
"Mitt Romney": 45488,
"Peta Lindsay": 20,
"Jill Stein": 203,
"Rocky Anderson": 44,
"Barack Obama": 7448,
"Gary Johnson": 634
},
"pct_reporting": "100"
},
"22047": {
"county": "Iberville",
"fip": "22047",
"total_votes": 17014,
"votes": {
"James Harris": 6,
"Sheila Tittle": 9,
"Virgil Goode": 13,
"Jerry White": 6,
"Jack Fellure": 4,
"Mitt Romney": 7271,
"Peta Lindsay": 4,
"Jill Stein": 60,
"Rocky Anderson": 14,
"Barack Obama": 9548,
"Gary Johnson": 79
},
"pct_reporting": "100"
},
"22041": {
"county": "Franklin",
"fip": "22041",
"total_votes": 9336,
"votes": {
"James Harris": 4,
"Sheila Tittle": 3,
"Virgil Goode": 12,
"Jerry White": 3,
"Jack Fellure": 1,
"Mitt Romney": 6294,
"Peta Lindsay": 6,
"Jill Stein": 28,
"Rocky Anderson": 4,
"Barack Obama": 2921,
"Gary Johnson": 60
},
"pct_reporting": "100"
},
"22043": {
"county": "Grant",
"fip": "22043",
"total_votes": 8666,
"votes": {
"James Harris": 3,
"Sheila Tittle": 22,
"Virgil Goode": 16,
"Jerry White": 4,
"Jack Fellure": 6,
"Mitt Romney": 7082,
"Peta Lindsay": 5,
"Jill Stein": 30,
"Rocky Anderson": 10,
"Barack Obama": 1421,
"Gary Johnson": 67
},
"pct_reporting": "100"
},
"22001": {
"county": "Acadia",
"fip": "22001",
"total_votes": 26834,
"votes": {
"James Harris": 2,
"Sheila Tittle": 24,
"Virgil Goode": 26,
"Jerry White": 7,
"Jack Fellure": 8,
"Mitt Romney": 19931,
"Peta Lindsay": 9,
"Jill Stein": 101,
"Rocky Anderson": 23,
"Barack Obama": 6559,
"Gary Johnson": 144
},
"pct_reporting": "100"
},
"22123": {
"county": "West Carroll",
"fip": "22123",
"total_votes": 4548,
"votes": {
"James Harris": 1,
"Sheila Tittle": 5,
"Virgil Goode": 6,
"Jerry White": 1,
"Jack Fellure": 6,
"Mitt Romney": 3628,
"Peta Lindsay": 7,
"Jill Stein": 11,
"Rocky Anderson": 7,
"Barack Obama": 853,
"Gary Johnson": 23
},
"pct_reporting": "100"
},
"22003": {
"county": "Allen",
"fip": "22003",
"total_votes": 9306,
"votes": {
"James Harris": 2,
"Sheila Tittle": 27,
"Virgil Goode": 17,
"Jerry White": 5,
"Jack Fellure": 3,
"Mitt Romney": 6495,
"Peta Lindsay": 1,
"Jill Stein": 52,
"Rocky Anderson": 15,
"Barack Obama": 2616,
"Gary Johnson": 73
},
"pct_reporting": "100"
},
"22121": {
"county": "West Baton Rouge",
"fip": "22121",
"total_votes": 12772,
"votes": {
"James Harris": 0,
"Sheila Tittle": 12,
"Virgil Goode": 11,
"Jerry White": 2,
"Jack Fellure": 2,
"Mitt Romney": 6920,
"Peta Lindsay": 2,
"Jill Stein": 38,
"Rocky Anderson": 10,
"Barack Obama": 5692,
"Gary Johnson": 83
},
"pct_reporting": "100"
},
"22005": {
"county": "Ascension",
"fip": "22005",
"total_votes": 51056,
"votes": {
"James Harris": 10,
"Sheila Tittle": 60,
"Virgil Goode": 53,
"Jerry White": 9,
"Jack Fellure": 20,
"Mitt Romney": 33846,
"Peta Lindsay": 11,
"Jill Stein": 123,
"Rocky Anderson": 44,
"Barack Obama": 16343,
"Gary Johnson": 537
},
"pct_reporting": "100"
},
"22127": {
"county": "Winn",
"fip": "22127",
"total_votes": 6532,
"votes": {
"James Harris": 0,
"Sheila Tittle": 12,
"Virgil Goode": 8,
"Jerry White": 0,
"Jack Fellure": 0,
"Mitt Romney": 4539,
"Peta Lindsay": 2,
"Jill Stein": 18,
"Rocky Anderson": 3,
"Barack Obama": 1919,
"Gary Johnson": 31
},
"pct_reporting": "100"
},
"22007": {
"county": "Assumption",
"fip": "22007",
"total_votes": 10991,
"votes": {
"James Harris": 2,
"Sheila Tittle": 16,
"Virgil Goode": 16,
"Jerry White": 6,
"Jack Fellure": 1,
"Mitt Romney": 6082,
"Peta Lindsay": 5,
"Jill Stein": 34,
"Rocky Anderson": 5,
"Barack Obama": 4754,
"Gary Johnson": 70
},
"pct_reporting": "100"
},
"22125": {
"county": "West Feliciana",
"fip": "22125",
"total_votes": 5777,
"votes": {
"James Harris": 1,
"Sheila Tittle": 5,
"Virgil Goode": 4,
"Jerry White": 0,
"Jack Fellure": 0,
"Mitt Romney": 3257,
"Peta Lindsay": 1,
"Jill Stein": 14,
"Rocky Anderson": 7,
"Barack Obama": 2441,
"Gary Johnson": 47
},
"pct_reporting": "100"
},
"22045": {
"county": "Iberia",
"fip": "22045",
"total_votes": 33392,
"votes": {
"James Harris": 2,
"Sheila Tittle": 31,
"Virgil Goode": 35,
"Jerry White": 6,
"Jack Fellure": 8,
"Mitt Romney": 20890,
"Peta Lindsay": 6,
"Jill Stein": 100,
"Rocky Anderson": 27,
"Barack Obama": 12129,
"Gary Johnson": 158
},
"pct_reporting": "100"
},
"22075": {
"county": "Plaquemines",
"fip": "22075",
"total_votes": 10235,
"votes": {
"James Harris": 2,
"Sheila Tittle": 9,
"Virgil Goode": 9,
"Jerry White": 2,
"Jack Fellure": 10,
"Mitt Romney": 6469,
"Peta Lindsay": 7,
"Jill Stein": 29,
"Rocky Anderson": 8,
"Barack Obama": 3597,
"Gary Johnson": 93
},
"pct_reporting": "100"
},
"22061": {
"county": "Lincoln",
"fip": "22061",
"total_votes": 18974,
"votes": {
"James Harris": 2,
"Sheila Tittle": 10,
"Virgil Goode": 31,
"Jerry White": 3,
"Jack Fellure": 8,
"Mitt Romney": 10731,
"Peta Lindsay": 3,
"Jill Stein": 45,
"Rocky Anderson": 9,
"Barack Obama": 7947,
"Gary Johnson": 185
},
"pct_reporting": "100"
},
"22069": {
"county": "Natchitoches",
"fip": "22069",
"total_votes": 17257,
"votes": {
"James Harris": 4,
"Sheila Tittle": 16,
"Virgil Goode": 21,
"Jerry White": 5,
"Jack Fellure": 1,
"Mitt Romney": 9077,
"Peta Lindsay": 6,
"Jill Stein": 44,
"Rocky Anderson": 7,
"Barack Obama": 7941,
"Gary Johnson": 135
},
"pct_reporting": "100"
},
"22093": {
"county": "St. James",
"fip": "22093",
"total_votes": 12391,
"votes": {
"James Harris": 2,
"Sheila Tittle": 10,
"Virgil Goode": 12,
"Jerry White": 3,
"Jack Fellure": 2,
"Mitt Romney": 5209,
"Peta Lindsay": 6,
"Jill Stein": 29,
"Rocky Anderson": 9,
"Barack Obama": 7055,
"Gary Johnson": 54
},
"pct_reporting": "100"
},
"22055": {
"county": "Lafayette",
"fip": "22055",
"total_votes": 98637,
"votes": {
"James Harris": 14,
"Sheila Tittle": 51,
"Virgil Goode": 109,
"Jerry White": 9,
"Jack Fellure": 17,
"Mitt Romney": 64989,
"Peta Lindsay": 27,
"Jill Stein": 367,
"Rocky Anderson": 60,
"Barack Obama": 31766,
"Gary Johnson": 1228
},
"pct_reporting": "100"
},
"22097": {
"county": "St. Landry",
"fip": "22097",
"total_votes": 41647,
"votes": {
"James Harris": 6,
"Sheila Tittle": 28,
"Virgil Goode": 69,
"Jerry White": 15,
"Jack Fellure": 8,
"Mitt Romney": 21475,
"Peta Lindsay": 12,
"Jill Stein": 136,
"Rocky Anderson": 30,
"Barack Obama": 19668,
"Gary Johnson": 200
},
"pct_reporting": "100"
},
"22095": {
"county": "St. John the Baptist",
"fip": "22095",
"total_votes": 21122,
"votes": {
"James Harris": 3,
"Sheila Tittle": 16,
"Virgil Goode": 32,
"Jerry White": 4,
"Jack Fellure": 7,
"Mitt Romney": 7620,
"Peta Lindsay": 6,
"Jill Stein": 71,
"Rocky Anderson": 21,
"Barack Obama": 13178,
"Gary Johnson": 164
},
"pct_reporting": "100"
},
"22065": {
"county": "Madison",
"fip": "22065",
"total_votes": 5187,
"votes": {
"James Harris": 1,
"Sheila Tittle": 2,
"Virgil Goode": 5,
"Jerry White": 2,
"Jack Fellure": 1,
"Mitt Romney": 2000,
"Peta Lindsay": 2,
"Jill Stein": 7,
"Rocky Anderson": 4,
"Barack Obama": 3154,
"Gary Johnson": 9
},
"pct_reporting": "100"
},
"22067": {
"county": "Morehouse",
"fip": "22067",
"total_votes": 12613,
"votes": {
"James Harris": 3,
"Sheila Tittle": 9,
"Virgil Goode": 15,
"Jerry White": 2,
"Jack Fellure": 7,
"Mitt Romney": 6591,
"Peta Lindsay": 8,
"Jill Stein": 35,
"Rocky Anderson": 11,
"Barack Obama": 5887,
"Gary Johnson": 45
},
"pct_reporting": "100"
},
"22099": {
"county": "St. Martin",
"fip": "22099",
"total_votes": 25430,
"votes": {
"James Harris": 8,
"Sheila Tittle": 22,
"Virgil Goode": 25,
"Jerry White": 9,
"Jack Fellure": 6,
"Mitt Romney": 15653,
"Peta Lindsay": 18,
"Jill Stein": 91,
"Rocky Anderson": 17,
"Barack Obama": 9419,
"Gary Johnson": 162
},
"pct_reporting": "100"
},
"22079": {
"county": "Rapides",
"fip": "22079",
"total_votes": 58008,
"votes": {
"James Harris": 11,
"Sheila Tittle": 51,
"Virgil Goode": 73,
"Jerry White": 10,
"Jack Fellure": 15,
"Mitt Romney": 37187,
"Peta Lindsay": 17,
"Jill Stein": 188,
"Rocky Anderson": 48,
"Barack Obama": 20040,
"Gary Johnson": 368
},
"pct_reporting": "100"
}
},
"NC": {
"37199": {
"county": "Yancey",
"fip": "37199",
"total_votes": 9344,
"votes": {
"Mitt Romney": 5249,
"Barack Obama": 3954,
"Gary Johnson": 141
},
"pct_reporting": "100"
},
"37195": {
"county": "Wilson",
"fip": "37195",
"total_votes": 38890,
"votes": {
"Mitt Romney": 17904,
"Barack Obama": 20745,
"Gary Johnson": 241
},
"pct_reporting": "100"
},
"37197": {
"county": "Yadkin",
"fip": "37197",
"total_votes": 16657,
"votes": {
"Mitt Romney": 12500,
"Barack Obama": 3928,
"Gary Johnson": 229
},
"pct_reporting": "100"
},
"37191": {
"county": "Wayne",
"fip": "37191",
"total_votes": 50988,
"votes": {
"Mitt Romney": 27536,
"Barack Obama": 23154,
"Gary Johnson": 298
},
"pct_reporting": "100"
},
"37193": {
"county": "Wilkes",
"fip": "37193",
"total_votes": 28852,
"votes": {
"Mitt Romney": 20410,
"Barack Obama": 8089,
"Gary Johnson": 353
},
"pct_reporting": "100"
},
"37115": {
"county": "Madison",
"fip": "37115",
"total_votes": 10023,
"votes": {
"Mitt Romney": 5379,
"Barack Obama": 4466,
"Gary Johnson": 178
},
"pct_reporting": "100"
},
"37117": {
"county": "Martin",
"fip": "37117",
"total_votes": 12541,
"votes": {
"Mitt Romney": 5963,
"Barack Obama": 6514,
"Gary Johnson": 64
},
"pct_reporting": "100"
},
"37111": {
"county": "McDowell",
"fip": "37111",
"total_votes": 17953,
"votes": {
"Mitt Romney": 11732,
"Barack Obama": 6006,
"Gary Johnson": 215
},
"pct_reporting": "100"
},
"37113": {
"county": "Macon",
"fip": "37113",
"total_votes": 16750,
"votes": {
"Mitt Romney": 10817,
"Barack Obama": 5692,
"Gary Johnson": 241
},
"pct_reporting": "100"
},
"37043": {
"county": "Clay",
"fip": "37043",
"total_votes": 5592,
"votes": {
"Mitt Romney": 3952,
"Barack Obama": 1573,
"Gary Johnson": 67
},
"pct_reporting": "100"
},
"37041": {
"county": "Chowan",
"fip": "37041",
"total_votes": 7424,
"votes": {
"Mitt Romney": 3872,
"Barack Obama": 3507,
"Gary Johnson": 45
},
"pct_reporting": "100"
},
"37047": {
"county": "Columbus",
"fip": "37047",
"total_votes": 24017,
"votes": {
"Mitt Romney": 12863,
"Barack Obama": 10973,
"Gary Johnson": 181
},
"pct_reporting": "100"
},
"37045": {
"county": "Cleveland",
"fip": "37045",
"total_votes": 42542,
"votes": {
"Mitt Romney": 25440,
"Barack Obama": 16734,
"Gary Johnson": 368
},
"pct_reporting": "100"
},
"37189": {
"county": "Watauga",
"fip": "37189",
"total_votes": 28168,
"votes": {
"Mitt Romney": 14124,
"Barack Obama": 13371,
"Gary Johnson": 673
},
"pct_reporting": "100"
},
"37055": {
"county": "Dare",
"fip": "37055",
"total_votes": 17614,
"votes": {
"Mitt Romney": 10102,
"Barack Obama": 7258,
"Gary Johnson": 254
},
"pct_reporting": "100"
},
"37057": {
"county": "Davidson",
"fip": "37057",
"total_votes": 69994,
"votes": {
"Mitt Romney": 48935,
"Barack Obama": 20291,
"Gary Johnson": 768
},
"pct_reporting": "100"
},
"37051": {
"county": "Cumberland",
"fip": "37051",
"total_votes": 126092,
"votes": {
"Mitt Romney": 50191,
"Barack Obama": 74991,
"Gary Johnson": 910
},
"pct_reporting": "100"
},
"37053": {
"county": "Currituck",
"fip": "37053",
"total_votes": 11153,
"votes": {
"Mitt Romney": 7431,
"Barack Obama": 3521,
"Gary Johnson": 201
},
"pct_reporting": "100"
},
"37187": {
"county": "Washington",
"fip": "37187",
"total_votes": 6456,
"votes": {
"Mitt Romney": 2615,
"Barack Obama": 3811,
"Gary Johnson": 30
},
"pct_reporting": "100"
},
"37185": {
"county": "Warren",
"fip": "37185",
"total_votes": 9777,
"votes": {
"Mitt Romney": 3111,
"Barack Obama": 6635,
"Gary Johnson": 31
},
"pct_reporting": "100"
},
"37059": {
"county": "Davie",
"fip": "37059",
"total_votes": 20418,
"votes": {
"Mitt Romney": 14568,
"Barack Obama": 5652,
"Gary Johnson": 198
},
"pct_reporting": "100"
},
"37181": {
"county": "Vance",
"fip": "37181",
"total_votes": 20770,
"votes": {
"Mitt Romney": 7406,
"Barack Obama": 13286,
"Gary Johnson": 78
},
"pct_reporting": "100"
},
"37107": {
"county": "Lenoir",
"fip": "37107",
"total_votes": 27247,
"votes": {
"Mitt Romney": 13763,
"Barack Obama": 13350,
"Gary Johnson": 134
},
"pct_reporting": "100"
},
"37105": {
"county": "Lee",
"fip": "37105",
"total_votes": 23800,
"votes": {
"Mitt Romney": 13000,
"Barack Obama": 10577,
"Gary Johnson": 223
},
"pct_reporting": "100"
},
"37103": {
"county": "Jones",
"fip": "37103",
"total_votes": 5192,
"votes": {
"Mitt Romney": 2825,
"Barack Obama": 2335,
"Gary Johnson": 32
},
"pct_reporting": "100"
},
"37101": {
"county": "Johnston",
"fip": "37101",
"total_votes": 76021,
"votes": {
"Mitt Romney": 48206,
"Barack Obama": 27052,
"Gary Johnson": 763
},
"pct_reporting": "100"
},
"37109": {
"county": "Lincoln",
"fip": "37109",
"total_votes": 36532,
"votes": {
"Mitt Romney": 25184,
"Barack Obama": 10980,
"Gary Johnson": 368
},
"pct_reporting": "100"
},
"37183": {
"county": "Wake",
"fip": "37183",
"total_votes": 526805,
"votes": {
"Mitt Romney": 232933,
"Barack Obama": 286939,
"Gary Johnson": 6933
},
"pct_reporting": "100"
},
"37017": {
"county": "Bladen",
"fip": "37017",
"total_votes": 16351,
"votes": {
"Mitt Romney": 7947,
"Barack Obama": 8277,
"Gary Johnson": 127
},
"pct_reporting": "100"
},
"37021": {
"county": "Buncombe",
"fip": "37021",
"total_votes": 126201,
"votes": {
"Mitt Romney": 54429,
"Barack Obama": 70066,
"Gary Johnson": 1706
},
"pct_reporting": "100"
},
"37023": {
"county": "Burke",
"fip": "37023",
"total_votes": 36116,
"votes": {
"Mitt Romney": 22109,
"Barack Obama": 13577,
"Gary Johnson": 430
},
"pct_reporting": "100"
},
"37025": {
"county": "Cabarrus",
"fip": "37025",
"total_votes": 82445,
"votes": {
"Mitt Romney": 49125,
"Barack Obama": 32453,
"Gary Johnson": 867
},
"pct_reporting": "100"
},
"37027": {
"county": "Caldwell",
"fip": "37027",
"total_votes": 34338,
"votes": {
"Mitt Romney": 23069,
"Barack Obama": 10795,
"Gary Johnson": 474
},
"pct_reporting": "100"
},
"37029": {
"county": "Camden",
"fip": "37029",
"total_votes": 4520,
"votes": {
"Mitt Romney": 2995,
"Barack Obama": 1456,
"Gary Johnson": 69
},
"pct_reporting": "100"
},
"37133": {
"county": "Onslow",
"fip": "37133",
"total_votes": 50353,
"votes": {
"Mitt Romney": 31695,
"Barack Obama": 18115,
"Gary Johnson": 543
},
"pct_reporting": "100"
},
"37131": {
"county": "Northampton",
"fip": "37131",
"total_votes": 10719,
"votes": {
"Mitt Romney": 3474,
"Barack Obama": 7210,
"Gary Johnson": 35
},
"pct_reporting": "100"
},
"37093": {
"county": "Hoke",
"fip": "37093",
"total_votes": 16800,
"votes": {
"Mitt Romney": 6721,
"Barack Obama": 9915,
"Gary Johnson": 164
},
"pct_reporting": "100"
},
"37137": {
"county": "Pamlico",
"fip": "37137",
"total_votes": 6712,
"votes": {
"Mitt Romney": 4032,
"Barack Obama": 2632,
"Gary Johnson": 48
},
"pct_reporting": "100"
},
"37135": {
"county": "Orange",
"fip": "37135",
"total_votes": 75848,
"votes": {
"Mitt Romney": 21398,
"Barack Obama": 53404,
"Gary Johnson": 1046
},
"pct_reporting": "100"
},
"37139": {
"county": "Pasquotank",
"fip": "37139",
"total_votes": 17343,
"votes": {
"Mitt Romney": 7216,
"Barack Obama": 9970,
"Gary Johnson": 157
},
"pct_reporting": "100"
},
"37099": {
"county": "Jackson",
"fip": "37099",
"total_votes": 16556,
"votes": {
"Mitt Romney": 8224,
"Barack Obama": 8052,
"Gary Johnson": 280
},
"pct_reporting": "100"
},
"37033": {
"county": "Caswell",
"fip": "37033",
"total_votes": 10736,
"votes": {
"Mitt Romney": 5471,
"Barack Obama": 5183,
"Gary Johnson": 82
},
"pct_reporting": "100"
},
"37031": {
"county": "Carteret",
"fip": "37031",
"total_votes": 35124,
"votes": {
"Mitt Romney": 24598,
"Barack Obama": 10197,
"Gary Johnson": 329
},
"pct_reporting": "100"
},
"37037": {
"county": "Chatham",
"fip": "37037",
"total_votes": 35157,
"votes": {
"Mitt Romney": 16578,
"Barack Obama": 18252,
"Gary Johnson": 327
},
"pct_reporting": "100"
},
"37035": {
"county": "Catawba",
"fip": "37035",
"total_votes": 69102,
"votes": {
"Mitt Romney": 44386,
"Barack Obama": 23954,
"Gary Johnson": 762
},
"pct_reporting": "100"
},
"37039": {
"county": "Cherokee",
"fip": "37039",
"total_votes": 12695,
"votes": {
"Mitt Romney": 9201,
"Barack Obama": 3339,
"Gary Johnson": 155
},
"pct_reporting": "100"
},
"37129": {
"county": "New Hanover",
"fip": "37129",
"total_votes": 102067,
"votes": {
"Mitt Romney": 52792,
"Barack Obama": 48038,
"Gary Johnson": 1237
},
"pct_reporting": "100"
},
"37125": {
"county": "Moore",
"fip": "37125",
"total_votes": 46044,
"votes": {
"Mitt Romney": 29336,
"Barack Obama": 16371,
"Gary Johnson": 337
},
"pct_reporting": "100"
},
"37127": {
"county": "Nash",
"fip": "37127",
"total_votes": 48235,
"votes": {
"Mitt Romney": 23769,
"Barack Obama": 24214,
"Gary Johnson": 252
},
"pct_reporting": "100"
},
"37121": {
"county": "Mitchell",
"fip": "37121",
"total_votes": 7673,
"votes": {
"Mitt Romney": 5778,
"Barack Obama": 1810,
"Gary Johnson": 85
},
"pct_reporting": "100"
},
"37123": {
"county": "Montgomery",
"fip": "37123",
"total_votes": 11178,
"votes": {
"Mitt Romney": 6389,
"Barack Obama": 4689,
"Gary Johnson": 100
},
"pct_reporting": "100"
},
"37159": {
"county": "Rowan",
"fip": "37159",
"total_votes": 61803,
"votes": {
"Mitt Romney": 38622,
"Barack Obama": 22529,
"Gary Johnson": 652
},
"pct_reporting": "100"
},
"37009": {
"county": "Ashe",
"fip": "37009",
"total_votes": 12486,
"votes": {
"Mitt Romney": 8207,
"Barack Obama": 4100,
"Gary Johnson": 179
},
"pct_reporting": "100"
},
"37007": {
"county": "Anson",
"fip": "37007",
"total_votes": 11072,
"votes": {
"Mitt Romney": 4125,
"Barack Obama": 6894,
"Gary Johnson": 53
},
"pct_reporting": "100"
},
"37005": {
"county": "Alleghany",
"fip": "37005",
"total_votes": 5025,
"votes": {
"Mitt Romney": 3378,
"Barack Obama": 1574,
"Gary Johnson": 73
},
"pct_reporting": "100"
},
"37003": {
"county": "Alexander",
"fip": "37003",
"total_votes": 17060,
"votes": {
"Mitt Romney": 12207,
"Barack Obama": 4591,
"Gary Johnson": 262
},
"pct_reporting": "100"
},
"37049": {
"county": "Craven",
"fip": "37049",
"total_votes": 45585,
"votes": {
"Mitt Romney": 26654,
"Barack Obama": 18556,
"Gary Johnson": 375
},
"pct_reporting": "100"
},
"37001": {
"county": "Alamance",
"fip": "37001",
"total_votes": 66638,
"votes": {
"Mitt Romney": 37712,
"Barack Obama": 28341,
"Gary Johnson": 585
},
"pct_reporting": "100"
},
"37087": {
"county": "Haywood",
"fip": "37087",
"total_votes": 27679,
"votes": {
"Mitt Romney": 15553,
"Barack Obama": 11742,
"Gary Johnson": 384
},
"pct_reporting": "100"
},
"37085": {
"county": "Harnett",
"fip": "37085",
"total_votes": 42343,
"votes": {
"Mitt Romney": 25070,
"Barack Obama": 16858,
"Gary Johnson": 415
},
"pct_reporting": "100"
},
"37157": {
"county": "Rockingham",
"fip": "37157",
"total_votes": 41549,
"votes": {
"Mitt Romney": 25037,
"Barack Obama": 16170,
"Gary Johnson": 342
},
"pct_reporting": "100"
},
"37083": {
"county": "Halifax",
"fip": "37083",
"total_votes": 25724,
"votes": {
"Mitt Romney": 8686,
"Barack Obama": 16931,
"Gary Johnson": 107
},
"pct_reporting": "100"
},
"37081": {
"county": "Guilford",
"fip": "37081",
"total_votes": 251529,
"votes": {
"Mitt Romney": 103964,
"Barack Obama": 145483,
"Gary Johnson": 2082
},
"pct_reporting": "100"
},
"37151": {
"county": "Randolph",
"fip": "37151",
"total_votes": 60202,
"votes": {
"Mitt Romney": 44913,
"Barack Obama": 14675,
"Gary Johnson": 614
},
"pct_reporting": "100"
},
"37153": {
"county": "Richmond",
"fip": "37153",
"total_votes": 19127,
"votes": {
"Mitt Romney": 9236,
"Barack Obama": 9747,
"Gary Johnson": 144
},
"pct_reporting": "100"
},
"37155": {
"county": "Robeson",
"fip": "37155",
"total_votes": 41380,
"votes": {
"Mitt Romney": 17093,
"Barack Obama": 23957,
"Gary Johnson": 330
},
"pct_reporting": "100"
},
"37089": {
"county": "Henderson",
"fip": "37089",
"total_votes": 51961,
"votes": {
"Mitt Romney": 32860,
"Barack Obama": 18519,
"Gary Johnson": 582
},
"pct_reporting": "100"
},
"37019": {
"county": "Brunswick",
"fip": "37019",
"total_votes": 56985,
"votes": {
"Mitt Romney": 34587,
"Barack Obama": 21932,
"Gary Johnson": 466
},
"pct_reporting": "100"
},
"37119": {
"county": "Mecklenburg",
"fip": "37119",
"total_votes": 445062,
"votes": {
"Mitt Romney": 170490,
"Barack Obama": 270705,
"Gary Johnson": 3867
},
"pct_reporting": "100"
},
"37013": {
"county": "Beaufort",
"fip": "37013",
"total_votes": 23468,
"votes": {
"Mitt Romney": 13918,
"Barack Obama": 9399,
"Gary Johnson": 151
},
"pct_reporting": "100"
},
"37015": {
"county": "Bertie",
"fip": "37015",
"total_votes": 9941,
"votes": {
"Mitt Romney": 3367,
"Barack Obama": 6537,
"Gary Johnson": 37
},
"pct_reporting": "100"
},
"37011": {
"county": "Avery",
"fip": "37011",
"total_votes": 7657,
"votes": {
"Mitt Romney": 5708,
"Barack Obama": 1861,
"Gary Johnson": 88
},
"pct_reporting": "100"
},
"37091": {
"county": "Hertford",
"fip": "37091",
"total_votes": 10872,
"votes": {
"Mitt Romney": 3001,
"Barack Obama": 7815,
"Gary Johnson": 56
},
"pct_reporting": "100"
},
"37149": {
"county": "Polk",
"fip": "37149",
"total_votes": 10323,
"votes": {
"Mitt Romney": 6219,
"Barack Obama": 4000,
"Gary Johnson": 104
},
"pct_reporting": "100"
},
"37095": {
"county": "Hyde",
"fip": "37095",
"total_votes": 2358,
"votes": {
"Mitt Romney": 1183,
"Barack Obama": 1157,
"Gary Johnson": 18
},
"pct_reporting": "100"
},
"37097": {
"county": "Iredell",
"fip": "37097",
"total_votes": 75762,
"votes": {
"Mitt Romney": 49071,
"Barack Obama": 25952,
"Gary Johnson": 739
},
"pct_reporting": "100"
},
"37143": {
"county": "Perquimans",
"fip": "37143",
"total_votes": 6621,
"votes": {
"Mitt Romney": 3814,
"Barack Obama": 2747,
"Gary Johnson": 60
},
"pct_reporting": "100"
},
"37141": {
"county": "Pender",
"fip": "37141",
"total_votes": 24036,
"votes": {
"Mitt Romney": 14368,
"Barack Obama": 9455,
"Gary Johnson": 213
},
"pct_reporting": "100"
},
"37147": {
"county": "Pitt",
"fip": "37147",
"total_votes": 76814,
"votes": {
"Mitt Romney": 35534,
"Barack Obama": 40701,
"Gary Johnson": 579
},
"pct_reporting": "100"
},
"37145": {
"county": "Person",
"fip": "37145",
"total_votes": 19008,
"votes": {
"Mitt Romney": 10467,
"Barack Obama": 8384,
"Gary Johnson": 157
},
"pct_reporting": "100"
},
"37177": {
"county": "Tyrrell",
"fip": "37177",
"total_votes": 1775,
"votes": {
"Mitt Romney": 929,
"Barack Obama": 835,
"Gary Johnson": 11
},
"pct_reporting": "100"
},
"37175": {
"county": "Transylvania",
"fip": "37175",
"total_votes": 16469,
"votes": {
"Mitt Romney": 9522,
"Barack Obama": 6740,
"Gary Johnson": 207
},
"pct_reporting": "100"
},
"37173": {
"county": "Swain",
"fip": "37173",
"total_votes": 5705,
"votes": {
"Mitt Romney": 2976,
"Barack Obama": 2618,
"Gary Johnson": 111
},
"pct_reporting": "100"
},
"37171": {
"county": "Surry",
"fip": "37171",
"total_votes": 29096,
"votes": {
"Mitt Romney": 19753,
"Barack Obama": 9005,
"Gary Johnson": 338
},
"pct_reporting": "100"
},
"37179": {
"county": "Union",
"fip": "37179",
"total_votes": 93389,
"votes": {
"Mitt Romney": 60468,
"Barack Obama": 32032,
"Gary Johnson": 889
},
"pct_reporting": "100"
},
"37069": {
"county": "Franklin",
"fip": "37069",
"total_votes": 28059,
"votes": {
"Mitt Romney": 14480,
"Barack Obama": 13317,
"Gary Johnson": 262
},
"pct_reporting": "100"
},
"37065": {
"county": "Edgecombe",
"fip": "37065",
"total_votes": 26826,
"votes": {
"Mitt Romney": 8494,
"Barack Obama": 18249,
"Gary Johnson": 83
},
"pct_reporting": "100"
},
"37067": {
"county": "Forsyth",
"fip": "37067",
"total_votes": 172332,
"votes": {
"Mitt Romney": 79177,
"Barack Obama": 91606,
"Gary Johnson": 1549
},
"pct_reporting": "100"
},
"37061": {
"county": "Duplin",
"fip": "37061",
"total_votes": 20375,
"votes": {
"Mitt Romney": 11330,
"Barack Obama": 8923,
"Gary Johnson": 122
},
"pct_reporting": "100"
},
"37063": {
"county": "Durham",
"fip": "37063",
"total_votes": 143828,
"votes": {
"Mitt Romney": 33326,
"Barack Obama": 109185,
"Gary Johnson": 1317
},
"pct_reporting": "100"
},
"37161": {
"county": "Rutherford",
"fip": "37161",
"total_votes": 28373,
"votes": {
"Mitt Romney": 18797,
"Barack Obama": 9277,
"Gary Johnson": 299
},
"pct_reporting": "100"
},
"37163": {
"county": "Sampson",
"fip": "37163",
"total_votes": 26005,
"votes": {
"Mitt Romney": 14358,
"Barack Obama": 11496,
"Gary Johnson": 151
},
"pct_reporting": "100"
},
"37165": {
"county": "Scotland",
"fip": "37165",
"total_votes": 14020,
"votes": {
"Mitt Romney": 5799,
"Barack Obama": 8131,
"Gary Johnson": 90
},
"pct_reporting": "100"
},
"37167": {
"county": "Stanly",
"fip": "37167",
"total_votes": 28276,
"votes": {
"Mitt Romney": 19698,
"Barack Obama": 8287,
"Gary Johnson": 291
},
"pct_reporting": "100"
},
"37169": {
"county": "Stokes",
"fip": "37169",
"total_votes": 21396,
"votes": {
"Mitt Romney": 15142,
"Barack Obama": 5969,
"Gary Johnson": 285
},
"pct_reporting": "100"
},
"37079": {
"county": "Greene",
"fip": "37079",
"total_votes": 8194,
"votes": {
"Mitt Romney": 4393,
"Barack Obama": 3761,
"Gary Johnson": 40
},
"pct_reporting": "100"
},
"37077": {
"county": "Granville",
"fip": "37077",
"total_votes": 26068,
"votes": {
"Mitt Romney": 12332,
"Barack Obama": 13529,
"Gary Johnson": 207
},
"pct_reporting": "100"
},
"37075": {
"county": "Graham",
"fip": "37075",
"total_votes": 3910,
"votes": {
"Mitt Romney": 2743,
"Barack Obama": 1115,
"Gary Johnson": 52
},
"pct_reporting": "100"
},
"37073": {
"county": "Gates",
"fip": "37073",
"total_votes": 5310,
"votes": {
"Mitt Romney": 2532,
"Barack Obama": 2745,
"Gary Johnson": 33
},
"pct_reporting": "100"
},
"37071": {
"county": "Gaston",
"fip": "37071",
"total_votes": 89638,
"votes": {
"Mitt Romney": 55817,
"Barack Obama": 32903,
"Gary Johnson": 918
},
"pct_reporting": "100"
}
},
"ND": {
"38079": {
"county": "Rolette",
"fip": "38079",
"total_votes": 4528,
"votes": {
"Mitt Romney": 1090,
"Virgil Goode": 21,
"Barack Obama": 3351,
"Jill Stein": 18,
"Gary Johnson": 48
},
"pct_reporting": "100"
},
"38037": {
"county": "Grant",
"fip": "38037",
"total_votes": 1383,
"votes": {
"Mitt Romney": 1012,
"Virgil Goode": 13,
"Barack Obama": 331,
"Jill Stein": 5,
"Gary Johnson": 22
},
"pct_reporting": "100"
},
"38045": {
"county": "LaMoure",
"fip": "38045",
"total_votes": 2179,
"votes": {
"Mitt Romney": 1374,
"Virgil Goode": 19,
"Barack Obama": 737,
"Jill Stein": 12,
"Gary Johnson": 37
},
"pct_reporting": "100"
},
"38051": {
"county": "McIntosh",
"fip": "38051",
"total_votes": 1510,
"votes": {
"Mitt Romney": 1028,
"Virgil Goode": 7,
"Barack Obama": 456,
"Jill Stein": 6,
"Gary Johnson": 13
},
"pct_reporting": "100"
},
"38077": {
"county": "Richland",
"fip": "38077",
"total_votes": 7549,
"votes": {
"Mitt Romney": 4213,
"Virgil Goode": 26,
"Barack Obama": 3190,
"Jill Stein": 34,
"Gary Johnson": 86
},
"pct_reporting": "100"
},
"38053": {
"county": "McKenzie",
"fip": "38053",
"total_votes": 3423,
"votes": {
"Mitt Romney": 2450,
"Virgil Goode": 8,
"Barack Obama": 926,
"Jill Stein": 9,
"Gary Johnson": 30
},
"pct_reporting": "100"
},
"38055": {
"county": "McLean",
"fip": "38055",
"total_votes": 4894,
"votes": {
"Mitt Romney": 3130,
"Virgil Goode": 23,
"Barack Obama": 1660,
"Jill Stein": 11,
"Gary Johnson": 70
},
"pct_reporting": "100"
},
"38035": {
"county": "Grand Forks",
"fip": "38035",
"total_votes": 29796,
"votes": {
"Mitt Romney": 15044,
"Virgil Goode": 89,
"Barack Obama": 14008,
"Jill Stein": 142,
"Gary Johnson": 513
},
"pct_reporting": "100"
},
"38057": {
"county": "Mercer",
"fip": "38057",
"total_votes": 4394,
"votes": {
"Mitt Romney": 3132,
"Virgil Goode": 24,
"Barack Obama": 1161,
"Jill Stein": 12,
"Gary Johnson": 65
},
"pct_reporting": "100"
},
"38059": {
"county": "Morton",
"fip": "38059",
"total_votes": 13510,
"votes": {
"Mitt Romney": 8669,
"Virgil Goode": 53,
"Barack Obama": 4467,
"Jill Stein": 67,
"Gary Johnson": 254
},
"pct_reporting": "100"
},
"38075": {
"county": "Renville",
"fip": "38075",
"total_votes": 1272,
"votes": {
"Mitt Romney": 850,
"Virgil Goode": 5,
"Barack Obama": 398,
"Jill Stein": 0,
"Gary Johnson": 19
},
"pct_reporting": "100"
},
"38073": {
"county": "Ransom",
"fip": "38073",
"total_votes": 2412,
"votes": {
"Mitt Romney": 1008,
"Virgil Goode": 12,
"Barack Obama": 1341,
"Jill Stein": 8,
"Gary Johnson": 43
},
"pct_reporting": "100"
},
"38071": {
"county": "Ramsey",
"fip": "38071",
"total_votes": 4971,
"votes": {
"Mitt Romney": 2659,
"Virgil Goode": 32,
"Barack Obama": 2162,
"Jill Stein": 22,
"Gary Johnson": 96
},
"pct_reporting": "100"
},
"38039": {
"county": "Griggs",
"fip": "38039",
"total_votes": 1335,
"votes": {
"Mitt Romney": 770,
"Virgil Goode": 7,
"Barack Obama": 535,
"Jill Stein": 6,
"Gary Johnson": 17
},
"pct_reporting": "100"
},
"38063": {
"county": "Nelson",
"fip": "38063",
"total_votes": 1668,
"votes": {
"Mitt Romney": 862,
"Virgil Goode": 6,
"Barack Obama": 766,
"Jill Stein": 4,
"Gary Johnson": 30
},
"pct_reporting": "100"
},
"38019": {
"county": "Cavalier",
"fip": "38019",
"total_votes": 2054,
"votes": {
"Mitt Romney": 1192,
"Virgil Goode": 12,
"Barack Obama": 818,
"Jill Stein": 9,
"Gary Johnson": 23
},
"pct_reporting": "100"
},
"38087": {
"county": "Slope",
"fip": "38087",
"total_votes": 434,
"votes": {
"Mitt Romney": 341,
"Virgil Goode": 2,
"Barack Obama": 83,
"Jill Stein": 3,
"Gary Johnson": 5
},
"pct_reporting": "100"
},
"38033": {
"county": "Golden Valley",
"fip": "38033",
"total_votes": 924,
"votes": {
"Mitt Romney": 740,
"Virgil Goode": 4,
"Barack Obama": 161,
"Jill Stein": 1,
"Gary Johnson": 18
},
"pct_reporting": "100"
},
"38017": {
"county": "Cass",
"fip": "38017",
"total_votes": 73275,
"votes": {
"Mitt Romney": 36792,
"Virgil Goode": 195,
"Barack Obama": 34632,
"Jill Stein": 346,
"Gary Johnson": 1310
},
"pct_reporting": "100"
},
"38011": {
"county": "Bowman",
"fip": "38011",
"total_votes": 1728,
"votes": {
"Mitt Romney": 1277,
"Virgil Goode": 5,
"Barack Obama": 412,
"Jill Stein": 3,
"Gary Johnson": 31
},
"pct_reporting": "100"
},
"38013": {
"county": "Burke",
"fip": "38013",
"total_votes": 1015,
"votes": {
"Mitt Romney": 766,
"Virgil Goode": 3,
"Barack Obama": 230,
"Jill Stein": 3,
"Gary Johnson": 13
},
"pct_reporting": "100"
},
"38065": {
"county": "Oliver",
"fip": "38065",
"total_votes": 1010,
"votes": {
"Mitt Romney": 693,
"Virgil Goode": 9,
"Barack Obama": 281,
"Jill Stein": 4,
"Gary Johnson": 23
},
"pct_reporting": "100"
},
"38095": {
"county": "Towner",
"fip": "38095",
"total_votes": 1164,
"votes": {
"Mitt Romney": 619,
"Virgil Goode": 7,
"Barack Obama": 511,
"Jill Stein": 5,
"Gary Johnson": 22
},
"pct_reporting": "100"
},
"38097": {
"county": "Traill",
"fip": "38097",
"total_votes": 3841,
"votes": {
"Mitt Romney": 1963,
"Virgil Goode": 20,
"Barack Obama": 1784,
"Jill Stein": 15,
"Gary Johnson": 59
},
"pct_reporting": "100"
},
"38085": {
"county": "Sioux",
"fip": "38085",
"total_votes": 1138,
"votes": {
"Mitt Romney": 223,
"Virgil Goode": 4,
"Barack Obama": 900,
"Jill Stein": 6,
"Gary Johnson": 5
},
"pct_reporting": "100"
},
"38091": {
"county": "Steele",
"fip": "38091",
"total_votes": 1028,
"votes": {
"Mitt Romney": 495,
"Virgil Goode": 5,
"Barack Obama": 515,
"Jill Stein": 2,
"Gary Johnson": 11
},
"pct_reporting": "100"
},
"38093": {
"county": "Stutsman",
"fip": "38093",
"total_votes": 9431,
"votes": {
"Mitt Romney": 5641,
"Virgil Goode": 39,
"Barack Obama": 3561,
"Jill Stein": 54,
"Gary Johnson": 136
},
"pct_reporting": "100"
},
"38099": {
"county": "Walsh",
"fip": "38099",
"total_votes": 5061,
"votes": {
"Mitt Romney": 2809,
"Virgil Goode": 18,
"Barack Obama": 2118,
"Jill Stein": 13,
"Gary Johnson": 103
},
"pct_reporting": "100"
},
"38047": {
"county": "Logan",
"fip": "38047",
"total_votes": 1042,
"votes": {
"Mitt Romney": 799,
"Virgil Goode": 4,
"Barack Obama": 221,
"Jill Stein": 6,
"Gary Johnson": 12
},
"pct_reporting": "100"
},
"38043": {
"county": "Kidder",
"fip": "38043",
"total_votes": 1310,
"votes": {
"Mitt Romney": 870,
"Virgil Goode": 16,
"Barack Obama": 393,
"Jill Stein": 5,
"Gary Johnson": 26
},
"pct_reporting": "100"
},
"38041": {
"county": "Hettinger",
"fip": "38041",
"total_votes": 1351,
"votes": {
"Mitt Romney": 998,
"Virgil Goode": 6,
"Barack Obama": 313,
"Jill Stein": 7,
"Gary Johnson": 27
},
"pct_reporting": "100"
},
"38021": {
"county": "Dickey",
"fip": "38021",
"total_votes": 2513,
"votes": {
"Mitt Romney": 1601,
"Virgil Goode": 17,
"Barack Obama": 849,
"Jill Stein": 8,
"Gary Johnson": 38
},
"pct_reporting": "100"
},
"38023": {
"county": "Divide",
"fip": "38023",
"total_votes": 1151,
"votes": {
"Mitt Romney": 731,
"Virgil Goode": 10,
"Barack Obama": 382,
"Jill Stein": 7,
"Gary Johnson": 21
},
"pct_reporting": "100"
},
"38061": {
"county": "Mountrail",
"fip": "38061",
"total_votes": 3444,
"votes": {
"Mitt Romney": 1960,
"Virgil Goode": 15,
"Barack Obama": 1401,
"Jill Stein": 8,
"Gary Johnson": 60
},
"pct_reporting": "100"
},
"38049": {
"county": "McHenry",
"fip": "38049",
"total_votes": 2653,
"votes": {
"Mitt Romney": 1651,
"Virgil Goode": 11,
"Barack Obama": 924,
"Jill Stein": 8,
"Gary Johnson": 59
},
"pct_reporting": "100"
},
"38029": {
"county": "Emmons",
"fip": "38029",
"total_votes": 1862,
"votes": {
"Mitt Romney": 1430,
"Virgil Goode": 12,
"Barack Obama": 383,
"Jill Stein": 6,
"Gary Johnson": 31
},
"pct_reporting": "100"
},
"38067": {
"county": "Pembina",
"fip": "38067",
"total_votes": 3226,
"votes": {
"Mitt Romney": 1893,
"Virgil Goode": 26,
"Barack Obama": 1245,
"Jill Stein": 13,
"Gary Johnson": 49
},
"pct_reporting": "100"
},
"38105": {
"county": "Williams",
"fip": "38105",
"total_votes": 9600,
"votes": {
"Mitt Romney": 7087,
"Virgil Goode": 36,
"Barack Obama": 2288,
"Jill Stein": 30,
"Gary Johnson": 159
},
"pct_reporting": "100"
},
"38103": {
"county": "Wells",
"fip": "38103",
"total_votes": 2359,
"votes": {
"Mitt Romney": 1646,
"Virgil Goode": 11,
"Barack Obama": 671,
"Jill Stein": 5,
"Gary Johnson": 26
},
"pct_reporting": "100"
},
"38101": {
"county": "Ward",
"fip": "38101",
"total_votes": 25231,
"votes": {
"Mitt Romney": 16176,
"Virgil Goode": 92,
"Barack Obama": 8412,
"Jill Stein": 102,
"Gary Johnson": 449
},
"pct_reporting": "100"
},
"38009": {
"county": "Bottineau",
"fip": "38009",
"total_votes": 3484,
"votes": {
"Mitt Romney": 2246,
"Virgil Goode": 10,
"Barack Obama": 1163,
"Jill Stein": 10,
"Gary Johnson": 55
},
"pct_reporting": "100"
},
"38007": {
"county": "Billings",
"fip": "38007",
"total_votes": 577,
"votes": {
"Mitt Romney": 472,
"Virgil Goode": 2,
"Barack Obama": 89,
"Jill Stein": 2,
"Gary Johnson": 12
},
"pct_reporting": "100"
},
"38069": {
"county": "Pierce",
"fip": "38069",
"total_votes": 2162,
"votes": {
"Mitt Romney": 1462,
"Virgil Goode": 10,
"Barack Obama": 656,
"Jill Stein": 10,
"Gary Johnson": 24
},
"pct_reporting": "100"
},
"38005": {
"county": "Benson",
"fip": "38005",
"total_votes": 2148,
"votes": {
"Mitt Romney": 867,
"Virgil Goode": 8,
"Barack Obama": 1232,
"Jill Stein": 9,
"Gary Johnson": 32
},
"pct_reporting": "100"
},
"38003": {
"county": "Barnes",
"fip": "38003",
"total_votes": 5471,
"votes": {
"Mitt Romney": 2953,
"Virgil Goode": 27,
"Barack Obama": 2389,
"Jill Stein": 24,
"Gary Johnson": 78
},
"pct_reporting": "100"
},
"38001": {
"county": "Adams",
"fip": "38001",
"total_votes": 1281,
"votes": {
"Mitt Romney": 916,
"Virgil Goode": 9,
"Barack Obama": 328,
"Jill Stein": 9,
"Gary Johnson": 19
},
"pct_reporting": "100"
},
"38015": {
"county": "Burleigh",
"fip": "38015",
"total_votes": 42876,
"votes": {
"Mitt Romney": 27811,
"Virgil Goode": 132,
"Barack Obama": 14036,
"Jill Stein": 199,
"Gary Johnson": 698
},
"pct_reporting": "100"
},
"38027": {
"county": "Eddy",
"fip": "38027",
"total_votes": 1147,
"votes": {
"Mitt Romney": 631,
"Virgil Goode": 2,
"Barack Obama": 484,
"Jill Stein": 6,
"Gary Johnson": 24
},
"pct_reporting": "100"
},
"38083": {
"county": "Sheridan",
"fip": "38083",
"total_votes": 808,
"votes": {
"Mitt Romney": 637,
"Virgil Goode": 5,
"Barack Obama": 161,
"Jill Stein": 0,
"Gary Johnson": 5
},
"pct_reporting": "100"
},
"38081": {
"county": "Sargent",
"fip": "38081",
"total_votes": 1987,
"votes": {
"Mitt Romney": 876,
"Virgil Goode": 8,
"Barack Obama": 1073,
"Jill Stein": 8,
"Gary Johnson": 22
},
"pct_reporting": "100"
},
"38089": {
"county": "Stark",
"fip": "38089",
"total_votes": 11539,
"votes": {
"Mitt Romney": 8509,
"Virgil Goode": 30,
"Barack Obama": 2805,
"Jill Stein": 47,
"Gary Johnson": 148
},
"pct_reporting": "100"
},
"38031": {
"county": "Foster",
"fip": "38031",
"total_votes": 1674,
"votes": {
"Mitt Romney": 1028,
"Virgil Goode": 8,
"Barack Obama": 604,
"Jill Stein": 3,
"Gary Johnson": 31
},
"pct_reporting": "100"
},
"38025": {
"county": "Dunn",
"fip": "38025",
"total_votes": 2002,
"votes": {
"Mitt Romney": 1494,
"Virgil Goode": 4,
"Barack Obama": 493,
"Jill Stein": 5,
"Gary Johnson": 6
},
"pct_reporting": "100"
}
},
"NE": {
"31119": {
"county": "Madison",
"fip": "31119",
"total_votes": 13512,
"votes": {
"Mitt Romney": 9874,
"Barack Obama": 3368,
"Randall Terry": 56,
"Gary Johnson": 214
},
"pct_reporting": "100"
},
"31113": {
"county": "Logan",
"fip": "31113",
"total_votes": 431,
"votes": {
"Mitt Romney": 356,
"Barack Obama": 68,
"Randall Terry": 2,
"Gary Johnson": 5
},
"pct_reporting": "100"
},
"31111": {
"county": "Lincoln",
"fip": "31111",
"total_votes": 15266,
"votes": {
"Mitt Romney": 10545,
"Barack Obama": 4350,
"Randall Terry": 59,
"Gary Johnson": 312
},
"pct_reporting": "100"
},
"31117": {
"county": "McPherson",
"fip": "31117",
"total_votes": 290,
"votes": {
"Mitt Romney": 237,
"Barack Obama": 41,
"Randall Terry": 6,
"Gary Johnson": 6
},
"pct_reporting": "100"
},
"31115": {
"county": "Loup",
"fip": "31115",
"total_votes": 356,
"votes": {
"Mitt Romney": 290,
"Barack Obama": 62,
"Randall Terry": 0,
"Gary Johnson": 4
},
"pct_reporting": "100"
},
"31041": {
"county": "Custer",
"fip": "31041",
"total_votes": 5414,
"votes": {
"Mitt Romney": 4251,
"Barack Obama": 1066,
"Randall Terry": 21,
"Gary Johnson": 76
},
"pct_reporting": "100"
},
"31043": {
"county": "Dakota",
"fip": "31043",
"total_votes": 5977,
"votes": {
"Mitt Romney": 3048,
"Barack Obama": 2831,
"Randall Terry": 18,
"Gary Johnson": 80
},
"pct_reporting": "100"
},
"31045": {
"county": "Dawes",
"fip": "31045",
"total_votes": 3634,
"votes": {
"Mitt Romney": 2435,
"Barack Obama": 1102,
"Randall Terry": 29,
"Gary Johnson": 68
},
"pct_reporting": "100"
},
"31047": {
"county": "Dawson",
"fip": "31047",
"total_votes": 7680,
"votes": {
"Mitt Romney": 5370,
"Barack Obama": 2157,
"Randall Terry": 42,
"Gary Johnson": 111
},
"pct_reporting": "100"
},
"31049": {
"county": "Deuel",
"fip": "31049",
"total_votes": 1012,
"votes": {
"Mitt Romney": 763,
"Barack Obama": 215,
"Randall Terry": 9,
"Gary Johnson": 25
},
"pct_reporting": "100"
},
"31185": {
"county": "York",
"fip": "31185",
"total_votes": 6246,
"votes": {
"Mitt Romney": 4814,
"Barack Obama": 1352,
"Randall Terry": 19,
"Gary Johnson": 61
},
"pct_reporting": "100"
},
"31181": {
"county": "Webster",
"fip": "31181",
"total_votes": 1730,
"votes": {
"Mitt Romney": 1255,
"Barack Obama": 440,
"Randall Terry": 6,
"Gary Johnson": 29
},
"pct_reporting": "100"
},
"31183": {
"county": "Wheeler",
"fip": "31183",
"total_votes": 446,
"votes": {
"Mitt Romney": 345,
"Barack Obama": 93,
"Randall Terry": 0,
"Gary Johnson": 8
},
"pct_reporting": "100"
},
"31053": {
"county": "Dodge",
"fip": "31053",
"total_votes": 14759,
"votes": {
"Mitt Romney": 8937,
"Barack Obama": 5588,
"Randall Terry": 48,
"Gary Johnson": 186
},
"pct_reporting": "100"
},
"31051": {
"county": "Dixon",
"fip": "31051",
"total_votes": 2666,
"votes": {
"Mitt Romney": 1745,
"Barack Obama": 870,
"Randall Terry": 14,
"Gary Johnson": 37
},
"pct_reporting": "100"
},
"31057": {
"county": "Dundy",
"fip": "31057",
"total_votes": 981,
"votes": {
"Mitt Romney": 791,
"Barack Obama": 176,
"Randall Terry": 3,
"Gary Johnson": 11
},
"pct_reporting": "100"
},
"31055": {
"county": "Douglas",
"fip": "31055",
"total_votes": 210501,
"votes": {
"Mitt Romney": 108319,
"Barack Obama": 99261,
"Randall Terry": 360,
"Gary Johnson": 2561
},
"pct_reporting": "100"
},
"31059": {
"county": "Fillmore",
"fip": "31059",
"total_votes": 2815,
"votes": {
"Mitt Romney": 1972,
"Barack Obama": 794,
"Randall Terry": 18,
"Gary Johnson": 31
},
"pct_reporting": "100"
},
"31105": {
"county": "Kimball",
"fip": "31105",
"total_votes": 1665,
"votes": {
"Mitt Romney": 1222,
"Barack Obama": 391,
"Randall Terry": 14,
"Gary Johnson": 38
},
"pct_reporting": "100"
},
"31107": {
"county": "Knox",
"fip": "31107",
"total_votes": 4015,
"votes": {
"Mitt Romney": 2878,
"Barack Obama": 1055,
"Randall Terry": 25,
"Gary Johnson": 57
},
"pct_reporting": "100"
},
"31101": {
"county": "Keith",
"fip": "31101",
"total_votes": 4026,
"votes": {
"Mitt Romney": 3036,
"Barack Obama": 920,
"Randall Terry": 13,
"Gary Johnson": 57
},
"pct_reporting": "100"
},
"31069": {
"county": "Garden",
"fip": "31069",
"total_votes": 1088,
"votes": {
"Mitt Romney": 829,
"Barack Obama": 242,
"Randall Terry": 7,
"Gary Johnson": 10
},
"pct_reporting": "100"
},
"31103": {
"county": "Keya Paha",
"fip": "31103",
"total_votes": 481,
"votes": {
"Mitt Romney": 392,
"Barack Obama": 80,
"Randall Terry": 2,
"Gary Johnson": 7
},
"pct_reporting": "100"
},
"31067": {
"county": "Gage",
"fip": "31067",
"total_votes": 9552,
"votes": {
"Mitt Romney": 5470,
"Barack Obama": 3870,
"Randall Terry": 57,
"Gary Johnson": 155
},
"pct_reporting": "100"
},
"31065": {
"county": "Furnas",
"fip": "31065",
"total_votes": 2215,
"votes": {
"Mitt Romney": 1767,
"Barack Obama": 422,
"Randall Terry": 9,
"Gary Johnson": 17
},
"pct_reporting": "100"
},
"31063": {
"county": "Frontier",
"fip": "31063",
"total_votes": 1422,
"votes": {
"Mitt Romney": 1005,
"Barack Obama": 381,
"Randall Terry": 10,
"Gary Johnson": 26
},
"pct_reporting": "100"
},
"31109": {
"county": "Lancaster",
"fip": "31109",
"total_votes": 123206,
"votes": {
"Mitt Romney": 61177,
"Barack Obama": 59970,
"Randall Terry": 289,
"Gary Johnson": 1770
},
"pct_reporting": "100"
},
"31061": {
"county": "Franklin",
"fip": "31061",
"total_votes": 1527,
"votes": {
"Mitt Romney": 1110,
"Barack Obama": 381,
"Randall Terry": 10,
"Gary Johnson": 26
},
"pct_reporting": "100"
},
"31009": {
"county": "Blaine",
"fip": "31009",
"total_votes": 301,
"votes": {
"Mitt Romney": 268,
"Barack Obama": 29,
"Randall Terry": 0,
"Gary Johnson": 4
},
"pct_reporting": "100"
},
"31005": {
"county": "Arthur",
"fip": "31005",
"total_votes": 261,
"votes": {
"Mitt Romney": 227,
"Barack Obama": 30,
"Randall Terry": 0,
"Gary Johnson": 4
},
"pct_reporting": "100"
},
"31007": {
"county": "Banner",
"fip": "31007",
"total_votes": 402,
"votes": {
"Mitt Romney": 339,
"Barack Obama": 55,
"Randall Terry": 2,
"Gary Johnson": 6
},
"pct_reporting": "100"
},
"31001": {
"county": "Adams",
"fip": "31001",
"total_votes": 12451,
"votes": {
"Mitt Romney": 8235,
"Barack Obama": 3991,
"Randall Terry": 46,
"Gary Johnson": 179
},
"pct_reporting": "100"
},
"31003": {
"county": "Antelope",
"fip": "31003",
"total_votes": 3209,
"votes": {
"Mitt Romney": 2585,
"Barack Obama": 571,
"Randall Terry": 15,
"Gary Johnson": 38
},
"pct_reporting": "100"
},
"31085": {
"county": "Hayes",
"fip": "31085",
"total_votes": 535,
"votes": {
"Mitt Romney": 473,
"Barack Obama": 50,
"Randall Terry": 1,
"Gary Johnson": 11
},
"pct_reporting": "100"
},
"31087": {
"county": "Hitchcock",
"fip": "31087",
"total_votes": 1739,
"votes": {
"Mitt Romney": 1386,
"Barack Obama": 310,
"Randall Terry": 13,
"Gary Johnson": 30
},
"pct_reporting": "100"
},
"31081": {
"county": "Hamilton",
"fip": "31081",
"total_votes": 4824,
"votes": {
"Mitt Romney": 3582,
"Barack Obama": 1136,
"Randall Terry": 26,
"Gary Johnson": 80
},
"pct_reporting": "100"
},
"31083": {
"county": "Harlan",
"fip": "31083",
"total_votes": 1584,
"votes": {
"Mitt Romney": 1248,
"Barack Obama": 311,
"Randall Terry": 6,
"Gary Johnson": 19
},
"pct_reporting": "100"
},
"31089": {
"county": "Holt",
"fip": "31089",
"total_votes": 4749,
"votes": {
"Mitt Romney": 3789,
"Barack Obama": 862,
"Randall Terry": 36,
"Gary Johnson": 62
},
"pct_reporting": "100"
},
"31171": {
"county": "Thomas",
"fip": "31171",
"total_votes": 408,
"votes": {
"Mitt Romney": 360,
"Barack Obama": 42,
"Randall Terry": 5,
"Gary Johnson": 1
},
"pct_reporting": "100"
},
"31079": {
"county": "Hall",
"fip": "31079",
"total_votes": 19721,
"votes": {
"Mitt Romney": 12412,
"Barack Obama": 6971,
"Randall Terry": 68,
"Gary Johnson": 270
},
"pct_reporting": "100"
},
"31173": {
"county": "Thurston",
"fip": "31173",
"total_votes": 1993,
"votes": {
"Mitt Romney": 823,
"Barack Obama": 1153,
"Randall Terry": 1,
"Gary Johnson": 16
},
"pct_reporting": "100"
},
"31175": {
"county": "Valley",
"fip": "31175",
"total_votes": 2168,
"votes": {
"Mitt Romney": 1643,
"Barack Obama": 494,
"Randall Terry": 6,
"Gary Johnson": 25
},
"pct_reporting": "100"
},
"31177": {
"county": "Washington",
"fip": "31177",
"total_votes": 10121,
"votes": {
"Mitt Romney": 6857,
"Barack Obama": 3103,
"Randall Terry": 26,
"Gary Johnson": 135
},
"pct_reporting": "100"
},
"31179": {
"county": "Wayne",
"fip": "31179",
"total_votes": 3659,
"votes": {
"Mitt Romney": 2493,
"Barack Obama": 1074,
"Randall Terry": 19,
"Gary Johnson": 73
},
"pct_reporting": "100"
},
"31071": {
"county": "Garfield",
"fip": "31071",
"total_votes": 928,
"votes": {
"Mitt Romney": 762,
"Barack Obama": 147,
"Randall Terry": 6,
"Gary Johnson": 13
},
"pct_reporting": "100"
},
"31073": {
"county": "Gosper",
"fip": "31073",
"total_votes": 975,
"votes": {
"Mitt Romney": 732,
"Barack Obama": 230,
"Randall Terry": 4,
"Gary Johnson": 9
},
"pct_reporting": "100"
},
"31075": {
"county": "Grant",
"fip": "31075",
"total_votes": 363,
"votes": {
"Mitt Romney": 322,
"Barack Obama": 30,
"Randall Terry": 4,
"Gary Johnson": 7
},
"pct_reporting": "100"
},
"31077": {
"county": "Greeley",
"fip": "31077",
"total_votes": 1181,
"votes": {
"Mitt Romney": 820,
"Barack Obama": 340,
"Randall Terry": 9,
"Gary Johnson": 12
},
"pct_reporting": "100"
},
"31019": {
"county": "Buffalo",
"fip": "31019",
"total_votes": 19057,
"votes": {
"Mitt Romney": 13378,
"Barack Obama": 5266,
"Randall Terry": 64,
"Gary Johnson": 349
},
"pct_reporting": "100"
},
"31017": {
"county": "Brown",
"fip": "31017",
"total_votes": 1545,
"votes": {
"Mitt Romney": 1298,
"Barack Obama": 223,
"Randall Terry": 7,
"Gary Johnson": 17
},
"pct_reporting": "100"
},
"31015": {
"county": "Boyd",
"fip": "31015",
"total_votes": 1047,
"votes": {
"Mitt Romney": 852,
"Barack Obama": 186,
"Randall Terry": 4,
"Gary Johnson": 5
},
"pct_reporting": "100"
},
"31013": {
"county": "Box Butte",
"fip": "31013",
"total_votes": 4541,
"votes": {
"Mitt Romney": 2795,
"Barack Obama": 1634,
"Randall Terry": 24,
"Gary Johnson": 88
},
"pct_reporting": "100"
},
"31011": {
"county": "Boone",
"fip": "31011",
"total_votes": 2799,
"votes": {
"Mitt Romney": 2136,
"Barack Obama": 615,
"Randall Terry": 17,
"Gary Johnson": 31
},
"pct_reporting": "100"
},
"31097": {
"county": "Johnson",
"fip": "31097",
"total_votes": 2057,
"votes": {
"Mitt Romney": 1223,
"Barack Obama": 790,
"Randall Terry": 8,
"Gary Johnson": 36
},
"pct_reporting": "100"
},
"31095": {
"county": "Jefferson",
"fip": "31095",
"total_votes": 3416,
"votes": {
"Mitt Romney": 2156,
"Barack Obama": 1185,
"Randall Terry": 16,
"Gary Johnson": 59
},
"pct_reporting": "100"
},
"31093": {
"county": "Howard",
"fip": "31093",
"total_votes": 2856,
"votes": {
"Mitt Romney": 1890,
"Barack Obama": 914,
"Randall Terry": 19,
"Gary Johnson": 33
},
"pct_reporting": "100"
},
"31091": {
"county": "Hooker",
"fip": "31091",
"total_votes": 394,
"votes": {
"Mitt Romney": 330,
"Barack Obama": 59,
"Randall Terry": 3,
"Gary Johnson": 2
},
"pct_reporting": "100"
},
"31099": {
"county": "Kearney",
"fip": "31099",
"total_votes": 3156,
"votes": {
"Mitt Romney": 2341,
"Barack Obama": 761,
"Randall Terry": 11,
"Gary Johnson": 43
},
"pct_reporting": "100"
},
"31163": {
"county": "Sherman",
"fip": "31163",
"total_votes": 1508,
"votes": {
"Mitt Romney": 919,
"Barack Obama": 549,
"Randall Terry": 11,
"Gary Johnson": 29
},
"pct_reporting": "100"
},
"31161": {
"county": "Sheridan",
"fip": "31161",
"total_votes": 2450,
"votes": {
"Mitt Romney": 2010,
"Barack Obama": 389,
"Randall Terry": 7,
"Gary Johnson": 44
},
"pct_reporting": "100"
},
"31167": {
"county": "Stanton",
"fip": "31167",
"total_votes": 2623,
"votes": {
"Mitt Romney": 1945,
"Barack Obama": 607,
"Randall Terry": 22,
"Gary Johnson": 49
},
"pct_reporting": "100"
},
"31165": {
"county": "Sioux",
"fip": "31165",
"total_votes": 735,
"votes": {
"Mitt Romney": 623,
"Barack Obama": 101,
"Randall Terry": 1,
"Gary Johnson": 10
},
"pct_reporting": "100"
},
"31169": {
"county": "Thayer",
"fip": "31169",
"total_votes": 2627,
"votes": {
"Mitt Romney": 1853,
"Barack Obama": 724,
"Randall Terry": 9,
"Gary Johnson": 41
},
"pct_reporting": "100"
},
"31029": {
"county": "Chase",
"fip": "31029",
"total_votes": 1849,
"votes": {
"Mitt Romney": 1573,
"Barack Obama": 252,
"Randall Terry": 7,
"Gary Johnson": 17
},
"pct_reporting": "100"
},
"31023": {
"county": "Butler",
"fip": "31023",
"total_votes": 3818,
"votes": {
"Mitt Romney": 2729,
"Barack Obama": 1028,
"Randall Terry": 11,
"Gary Johnson": 50
},
"pct_reporting": "100"
},
"31021": {
"county": "Burt",
"fip": "31021",
"total_votes": 3343,
"votes": {
"Mitt Romney": 2016,
"Barack Obama": 1280,
"Randall Terry": 14,
"Gary Johnson": 33
},
"pct_reporting": "100"
},
"31027": {
"county": "Cedar",
"fip": "31027",
"total_votes": 4260,
"votes": {
"Mitt Romney": 3231,
"Barack Obama": 952,
"Randall Terry": 16,
"Gary Johnson": 61
},
"pct_reporting": "100"
},
"31025": {
"county": "Cass",
"fip": "31025",
"total_votes": 11952,
"votes": {
"Mitt Romney": 7453,
"Barack Obama": 4298,
"Randall Terry": 30,
"Gary Johnson": 171
},
"pct_reporting": "100"
},
"31159": {
"county": "Seward",
"fip": "31159",
"total_votes": 7445,
"votes": {
"Mitt Romney": 4947,
"Barack Obama": 2362,
"Randall Terry": 28,
"Gary Johnson": 108
},
"pct_reporting": "100"
},
"31157": {
"county": "Scotts Bluff",
"fip": "31157",
"total_votes": 13867,
"votes": {
"Mitt Romney": 9427,
"Barack Obama": 4193,
"Randall Terry": 66,
"Gary Johnson": 181
},
"pct_reporting": "100"
},
"31155": {
"county": "Saunders",
"fip": "31155",
"total_votes": 10203,
"votes": {
"Mitt Romney": 6725,
"Barack Obama": 3279,
"Randall Terry": 33,
"Gary Johnson": 166
},
"pct_reporting": "100"
},
"31153": {
"county": "Sarpy",
"fip": "31153",
"total_votes": 66166,
"votes": {
"Mitt Romney": 40318,
"Barack Obama": 24709,
"Randall Terry": 138,
"Gary Johnson": 1001
},
"pct_reporting": "100"
},
"31151": {
"county": "Saline",
"fip": "31151",
"total_votes": 4832,
"votes": {
"Mitt Romney": 2518,
"Barack Obama": 2232,
"Randall Terry": 18,
"Gary Johnson": 64
},
"pct_reporting": "100"
},
"31139": {
"county": "Pierce",
"fip": "31139",
"total_votes": 3414,
"votes": {
"Mitt Romney": 2707,
"Barack Obama": 637,
"Randall Terry": 13,
"Gary Johnson": 57
},
"pct_reporting": "100"
},
"31135": {
"county": "Perkins",
"fip": "31135",
"total_votes": 1391,
"votes": {
"Mitt Romney": 1133,
"Barack Obama": 237,
"Randall Terry": 6,
"Gary Johnson": 15
},
"pct_reporting": "100"
},
"31137": {
"county": "Phelps",
"fip": "31137",
"total_votes": 4336,
"votes": {
"Mitt Romney": 3372,
"Barack Obama": 875,
"Randall Terry": 18,
"Gary Johnson": 71
},
"pct_reporting": "100"
},
"31131": {
"county": "Otoe",
"fip": "31131",
"total_votes": 6905,
"votes": {
"Mitt Romney": 4226,
"Barack Obama": 2542,
"Randall Terry": 29,
"Gary Johnson": 108
},
"pct_reporting": "100"
},
"31133": {
"county": "Pawnee",
"fip": "31133",
"total_votes": 1330,
"votes": {
"Mitt Romney": 897,
"Barack Obama": 396,
"Randall Terry": 12,
"Gary Johnson": 25
},
"pct_reporting": "100"
},
"31149": {
"county": "Rock",
"fip": "31149",
"total_votes": 784,
"votes": {
"Mitt Romney": 669,
"Barack Obama": 103,
"Randall Terry": 4,
"Gary Johnson": 8
},
"pct_reporting": "100"
},
"31141": {
"county": "Platte",
"fip": "31141",
"total_votes": 13249,
"votes": {
"Mitt Romney": 9963,
"Barack Obama": 3095,
"Randall Terry": 60,
"Gary Johnson": 131
},
"pct_reporting": "100"
},
"31143": {
"county": "Polk",
"fip": "31143",
"total_votes": 2446,
"votes": {
"Mitt Romney": 1886,
"Barack Obama": 527,
"Randall Terry": 9,
"Gary Johnson": 24
},
"pct_reporting": "100"
},
"31145": {
"county": "Red Willow",
"fip": "31145",
"total_votes": 4868,
"votes": {
"Mitt Romney": 3855,
"Barack Obama": 940,
"Randall Terry": 18,
"Gary Johnson": 55
},
"pct_reporting": "100"
},
"31147": {
"county": "Richardson",
"fip": "31147",
"total_votes": 3680,
"votes": {
"Mitt Romney": 2407,
"Barack Obama": 1180,
"Randall Terry": 26,
"Gary Johnson": 67
},
"pct_reporting": "100"
},
"31129": {
"county": "Nuckolls",
"fip": "31129",
"total_votes": 2170,
"votes": {
"Mitt Romney": 1563,
"Barack Obama": 567,
"Randall Terry": 9,
"Gary Johnson": 31
},
"pct_reporting": "100"
},
"31127": {
"county": "Nemaha",
"fip": "31127",
"total_votes": 3126,
"votes": {
"Mitt Romney": 1979,
"Barack Obama": 1089,
"Randall Terry": 17,
"Gary Johnson": 41
},
"pct_reporting": "100"
},
"31125": {
"county": "Nance",
"fip": "31125",
"total_votes": 1604,
"votes": {
"Mitt Romney": 1098,
"Barack Obama": 477,
"Randall Terry": 12,
"Gary Johnson": 17
},
"pct_reporting": "100"
},
"31123": {
"county": "Morrill",
"fip": "31123",
"total_votes": 2152,
"votes": {
"Mitt Romney": 1658,
"Barack Obama": 450,
"Randall Terry": 12,
"Gary Johnson": 32
},
"pct_reporting": "100"
},
"31121": {
"county": "Merrick",
"fip": "31121",
"total_votes": 3457,
"votes": {
"Mitt Romney": 2477,
"Barack Obama": 921,
"Randall Terry": 14,
"Gary Johnson": 45
},
"pct_reporting": "100"
},
"31035": {
"county": "Clay",
"fip": "31035",
"total_votes": 2916,
"votes": {
"Mitt Romney": 2213,
"Barack Obama": 662,
"Randall Terry": 11,
"Gary Johnson": 30
},
"pct_reporting": "100"
},
"31037": {
"county": "Colfax",
"fip": "31037",
"total_votes": 3047,
"votes": {
"Mitt Romney": 2045,
"Barack Obama": 959,
"Randall Terry": 12,
"Gary Johnson": 31
},
"pct_reporting": "100"
},
"31031": {
"county": "Cherry",
"fip": "31031",
"total_votes": 3052,
"votes": {
"Mitt Romney": 2557,
"Barack Obama": 436,
"Randall Terry": 12,
"Gary Johnson": 47
},
"pct_reporting": "100"
},
"31033": {
"county": "Cheyenne",
"fip": "31033",
"total_votes": 4197,
"votes": {
"Mitt Romney": 3134,
"Barack Obama": 983,
"Randall Terry": 16,
"Gary Johnson": 64
},
"pct_reporting": "100"
},
"31039": {
"county": "Cuming",
"fip": "31039",
"total_votes": 3928,
"votes": {
"Mitt Romney": 2858,
"Barack Obama": 1015,
"Randall Terry": 14,
"Gary Johnson": 41
},
"pct_reporting": "100"
}
},
"TN": {
"47041": {
"county": "DeKalb",
"fip": "47041",
"total_votes": 6406,
"votes": {
"Merlin Miller": 1,
"Virgil Goode": 21,
"Barack Obama": 2168,
"Mitt Romney": 4134,
"Rocky Anderson": 6,
"Jill Stein": 21,
"Gary Johnson": 55
},
"pct_reporting": "100"
},
"47043": {
"county": "Dickson",
"fip": "47043",
"total_votes": 17821,
"votes": {
"Merlin Miller": 19,
"Virgil Goode": 63,
"Barack Obama": 6228,
"Mitt Romney": 11287,
"Rocky Anderson": 24,
"Jill Stein": 56,
"Gary Johnson": 144
},
"pct_reporting": "100"
},
"47045": {
"county": "Dyer",
"fip": "47045",
"total_votes": 13800,
"votes": {
"Merlin Miller": 10,
"Virgil Goode": 30,
"Barack Obama": 3757,
"Mitt Romney": 9921,
"Rocky Anderson": 14,
"Jill Stein": 23,
"Gary Johnson": 45
},
"pct_reporting": "100"
},
"47047": {
"county": "Fayette",
"fip": "47047",
"total_votes": 19562,
"votes": {
"Merlin Miller": 7,
"Virgil Goode": 38,
"Barack Obama": 6683,
"Mitt Romney": 12682,
"Rocky Anderson": 21,
"Jill Stein": 21,
"Gary Johnson": 110
},
"pct_reporting": "100"
},
"47049": {
"county": "Fentress",
"fip": "47049",
"total_votes": 6890,
"votes": {
"Merlin Miller": 6,
"Virgil Goode": 21,
"Barack Obama": 1559,
"Mitt Romney": 5240,
"Rocky Anderson": 15,
"Jill Stein": 19,
"Gary Johnson": 30
},
"pct_reporting": "100"
},
"47123": {
"county": "Monroe",
"fip": "47123",
"total_votes": 16320,
"votes": {
"Merlin Miller": 15,
"Virgil Goode": 54,
"Barack Obama": 4368,
"Mitt Romney": 11717,
"Rocky Anderson": 24,
"Jill Stein": 41,
"Gary Johnson": 101
},
"pct_reporting": "100"
},
"47121": {
"county": "Meigs",
"fip": "47121",
"total_votes": 3958,
"votes": {
"Merlin Miller": 5,
"Virgil Goode": 17,
"Barack Obama": 1163,
"Mitt Romney": 2728,
"Rocky Anderson": 3,
"Jill Stein": 16,
"Gary Johnson": 26
},
"pct_reporting": "100"
},
"47127": {
"county": "Moore",
"fip": "47127",
"total_votes": 2799,
"votes": {
"Merlin Miller": 5,
"Virgil Goode": 11,
"Barack Obama": 705,
"Mitt Romney": 2053,
"Rocky Anderson": 1,
"Jill Stein": 5,
"Gary Johnson": 19
},
"pct_reporting": "100"
},
"47125": {
"county": "Montgomery",
"fip": "47125",
"total_votes": 55424,
"votes": {
"Merlin Miller": 34,
"Virgil Goode": 135,
"Barack Obama": 24349,
"Mitt Romney": 30159,
"Rocky Anderson": 55,
"Jill Stein": 149,
"Gary Johnson": 543
},
"pct_reporting": "100"
},
"47129": {
"county": "Morgan",
"fip": "47129",
"total_votes": 6500,
"votes": {
"Merlin Miller": 11,
"Virgil Goode": 28,
"Barack Obama": 1722,
"Mitt Romney": 4668,
"Rocky Anderson": 10,
"Jill Stein": 16,
"Gary Johnson": 45
},
"pct_reporting": "100"
},
"47035": {
"county": "Cumberland",
"fip": "47035",
"total_votes": 25244,
"votes": {
"Merlin Miller": 15,
"Virgil Goode": 65,
"Barack Obama": 6260,
"Mitt Romney": 18651,
"Rocky Anderson": 26,
"Jill Stein": 86,
"Gary Johnson": 141
},
"pct_reporting": "100"
},
"47037": {
"county": "Davidson",
"fip": "47037",
"total_votes": 237372,
"votes": {
"Merlin Miller": 208,
"Virgil Goode": 387,
"Barack Obama": 138899,
"Mitt Romney": 94464,
"Rocky Anderson": 235,
"Jill Stein": 994,
"Gary Johnson": 2185
},
"pct_reporting": "100"
},
"47031": {
"county": "Coffee",
"fip": "47031",
"total_votes": 19242,
"votes": {
"Merlin Miller": 38,
"Virgil Goode": 65,
"Barack Obama": 5865,
"Mitt Romney": 13013,
"Rocky Anderson": 28,
"Jill Stein": 47,
"Gary Johnson": 186
},
"pct_reporting": "100"
},
"47139": {
"county": "Polk",
"fip": "47139",
"total_votes": 6059,
"votes": {
"Merlin Miller": 7,
"Virgil Goode": 19,
"Barack Obama": 1856,
"Mitt Romney": 4108,
"Rocky Anderson": 13,
"Jill Stein": 12,
"Gary Johnson": 44
},
"pct_reporting": "100"
},
"47033": {
"county": "Crockett",
"fip": "47033",
"total_votes": 5497,
"votes": {
"Merlin Miller": 3,
"Virgil Goode": 10,
"Barack Obama": 1669,
"Mitt Romney": 3782,
"Rocky Anderson": 5,
"Jill Stein": 5,
"Gary Johnson": 23
},
"pct_reporting": "100"
},
"47135": {
"county": "Perry",
"fip": "47135",
"total_votes": 2621,
"votes": {
"Merlin Miller": 3,
"Virgil Goode": 11,
"Barack Obama": 992,
"Mitt Romney": 1578,
"Rocky Anderson": 10,
"Jill Stein": 5,
"Gary Johnson": 22
},
"pct_reporting": "100"
},
"47137": {
"county": "Pickett",
"fip": "47137",
"total_votes": 2446,
"votes": {
"Merlin Miller": 2,
"Virgil Goode": 2,
"Barack Obama": 711,
"Mitt Romney": 1707,
"Rocky Anderson": 4,
"Jill Stein": 7,
"Gary Johnson": 13
},
"pct_reporting": "100"
},
"47039": {
"county": "Decatur",
"fip": "47039",
"total_votes": 4248,
"votes": {
"Merlin Miller": 5,
"Virgil Goode": 16,
"Barack Obama": 1302,
"Mitt Romney": 2873,
"Rocky Anderson": 8,
"Jill Stein": 6,
"Gary Johnson": 38
},
"pct_reporting": "100"
},
"47131": {
"county": "Obion",
"fip": "47131",
"total_votes": 12296,
"votes": {
"Merlin Miller": 16,
"Virgil Goode": 33,
"Barack Obama": 3320,
"Mitt Romney": 8814,
"Rocky Anderson": 19,
"Jill Stein": 26,
"Gary Johnson": 68
},
"pct_reporting": "100"
},
"47133": {
"county": "Overton",
"fip": "47133",
"total_votes": 7657,
"votes": {
"Merlin Miller": 6,
"Virgil Goode": 21,
"Barack Obama": 2802,
"Mitt Romney": 4772,
"Rocky Anderson": 8,
"Jill Stein": 18,
"Gary Johnson": 30
},
"pct_reporting": "100"
},
"47149": {
"county": "Rutherford",
"fip": "47149",
"total_votes": 98816,
"votes": {
"Merlin Miller": 51,
"Virgil Goode": 210,
"Barack Obama": 36400,
"Mitt Romney": 60829,
"Rocky Anderson": 83,
"Jill Stein": 298,
"Gary Johnson": 945
},
"pct_reporting": "100"
},
"47027": {
"county": "Clay",
"fip": "47027",
"total_votes": 2820,
"votes": {
"Merlin Miller": 3,
"Virgil Goode": 5,
"Barack Obama": 1037,
"Mitt Romney": 1747,
"Rocky Anderson": 4,
"Jill Stein": 2,
"Gary Johnson": 22
},
"pct_reporting": "100"
},
"47025": {
"county": "Claiborne",
"fip": "47025",
"total_votes": 10178,
"votes": {
"Merlin Miller": 10,
"Virgil Goode": 24,
"Barack Obama": 2433,
"Mitt Romney": 7617,
"Rocky Anderson": 19,
"Jill Stein": 17,
"Gary Johnson": 58
},
"pct_reporting": "100"
},
"47023": {
"county": "Chester",
"fip": "47023",
"total_votes": 6396,
"votes": {
"Merlin Miller": 4,
"Virgil Goode": 15,
"Barack Obama": 1622,
"Mitt Romney": 4672,
"Rocky Anderson": 11,
"Jill Stein": 20,
"Gary Johnson": 52
},
"pct_reporting": "100"
},
"47021": {
"county": "Cheatham",
"fip": "47021",
"total_votes": 15177,
"votes": {
"Merlin Miller": 18,
"Virgil Goode": 38,
"Barack Obama": 4656,
"Mitt Romney": 10266,
"Rocky Anderson": 26,
"Jill Stein": 42,
"Gary Johnson": 131
},
"pct_reporting": "100"
},
"47141": {
"county": "Putnam",
"fip": "47141",
"total_votes": 25479,
"votes": {
"Merlin Miller": 16,
"Virgil Goode": 79,
"Barack Obama": 7793,
"Mitt Romney": 17242,
"Rocky Anderson": 43,
"Jill Stein": 95,
"Gary Johnson": 211
},
"pct_reporting": "100"
},
"47143": {
"county": "Rhea",
"fip": "47143",
"total_votes": 10578,
"votes": {
"Merlin Miller": 6,
"Virgil Goode": 50,
"Barack Obama": 2625,
"Mitt Romney": 7793,
"Rocky Anderson": 13,
"Jill Stein": 17,
"Gary Johnson": 74
},
"pct_reporting": "100"
},
"47145": {
"county": "Roane",
"fip": "47145",
"total_votes": 21081,
"votes": {
"Merlin Miller": 24,
"Virgil Goode": 72,
"Barack Obama": 6014,
"Mitt Romney": 14719,
"Rocky Anderson": 30,
"Jill Stein": 50,
"Gary Johnson": 172
},
"pct_reporting": "100"
},
"47147": {
"county": "Robertson",
"fip": "47147",
"total_votes": 26285,
"votes": {
"Merlin Miller": 19,
"Virgil Goode": 66,
"Barack Obama": 8289,
"Mitt Romney": 17641,
"Rocky Anderson": 30,
"Jill Stein": 57,
"Gary Johnson": 183
},
"pct_reporting": "100"
},
"47029": {
"county": "Cocke",
"fip": "47029",
"total_votes": 11450,
"votes": {
"Merlin Miller": 14,
"Virgil Goode": 44,
"Barack Obama": 2804,
"Mitt Romney": 8459,
"Rocky Anderson": 20,
"Jill Stein": 31,
"Gary Johnson": 78
},
"pct_reporting": "100"
},
"47099": {
"county": "Lawrence",
"fip": "47099",
"total_votes": 15219,
"votes": {
"Merlin Miller": 15,
"Virgil Goode": 83,
"Barack Obama": 4237,
"Mitt Romney": 10770,
"Rocky Anderson": 21,
"Jill Stein": 29,
"Gary Johnson": 64
},
"pct_reporting": "100"
},
"47093": {
"county": "Knox",
"fip": "47093",
"total_votes": 167330,
"votes": {
"Merlin Miller": 115,
"Virgil Goode": 455,
"Barack Obama": 57594,
"Mitt Romney": 106411,
"Rocky Anderson": 175,
"Jill Stein": 636,
"Gary Johnson": 1944
},
"pct_reporting": "100"
},
"47091": {
"county": "Johnson",
"fip": "47091",
"total_votes": 6194,
"votes": {
"Merlin Miller": 7,
"Virgil Goode": 31,
"Barack Obama": 1483,
"Mitt Romney": 4611,
"Rocky Anderson": 3,
"Jill Stein": 20,
"Gary Johnson": 39
},
"pct_reporting": "100"
},
"47097": {
"county": "Lauderdale",
"fip": "47097",
"total_votes": 8688,
"votes": {
"Merlin Miller": 7,
"Virgil Goode": 16,
"Barack Obama": 4010,
"Mitt Romney": 4616,
"Rocky Anderson": 8,
"Jill Stein": 12,
"Gary Johnson": 19
},
"pct_reporting": "100"
},
"47095": {
"county": "Lake",
"fip": "47095",
"total_votes": 2087,
"votes": {
"Merlin Miller": 5,
"Virgil Goode": 12,
"Barack Obama": 884,
"Mitt Romney": 1163,
"Rocky Anderson": 9,
"Jill Stein": 3,
"Gary Johnson": 11
},
"pct_reporting": "100"
},
"47013": {
"county": "Campbell",
"fip": "47013",
"total_votes": 12097,
"votes": {
"Merlin Miller": 13,
"Virgil Goode": 53,
"Barack Obama": 3327,
"Mitt Romney": 8602,
"Rocky Anderson": 21,
"Jill Stein": 23,
"Gary Johnson": 58
},
"pct_reporting": "100"
},
"47011": {
"county": "Bradley",
"fip": "47011",
"total_votes": 35956,
"votes": {
"Merlin Miller": 28,
"Virgil Goode": 103,
"Barack Obama": 8035,
"Mitt Romney": 27417,
"Rocky Anderson": 30,
"Jill Stein": 69,
"Gary Johnson": 274
},
"pct_reporting": "100"
},
"47159": {
"county": "Smith",
"fip": "47159",
"total_votes": 7081,
"votes": {
"Merlin Miller": 11,
"Virgil Goode": 40,
"Barack Obama": 2467,
"Mitt Romney": 4492,
"Rocky Anderson": 14,
"Jill Stein": 20,
"Gary Johnson": 37
},
"pct_reporting": "100"
},
"47017": {
"county": "Carroll",
"fip": "47017",
"total_votes": 10845,
"votes": {
"Merlin Miller": 15,
"Virgil Goode": 33,
"Barack Obama": 3475,
"Mitt Romney": 7219,
"Rocky Anderson": 12,
"Jill Stein": 28,
"Gary Johnson": 63
},
"pct_reporting": "100"
},
"47015": {
"county": "Cannon",
"fip": "47015",
"total_votes": 4968,
"votes": {
"Merlin Miller": 2,
"Virgil Goode": 19,
"Barack Obama": 1560,
"Mitt Romney": 3308,
"Rocky Anderson": 11,
"Jill Stein": 27,
"Gary Johnson": 41
},
"pct_reporting": "100"
},
"47153": {
"county": "Sequatchie",
"fip": "47153",
"total_votes": 5141,
"votes": {
"Merlin Miller": 5,
"Virgil Goode": 23,
"Barack Obama": 1488,
"Mitt Romney": 3541,
"Rocky Anderson": 7,
"Jill Stein": 9,
"Gary Johnson": 68
},
"pct_reporting": "100"
},
"47019": {
"county": "Carter",
"fip": "47019",
"total_votes": 20607,
"votes": {
"Merlin Miller": 12,
"Virgil Goode": 61,
"Barack Obama": 4786,
"Mitt Romney": 15496,
"Rocky Anderson": 25,
"Jill Stein": 62,
"Gary Johnson": 165
},
"pct_reporting": "100"
},
"47151": {
"county": "Scott",
"fip": "47151",
"total_votes": 6668,
"votes": {
"Merlin Miller": 2,
"Virgil Goode": 31,
"Barack Obama": 1452,
"Mitt Romney": 5117,
"Rocky Anderson": 9,
"Jill Stein": 19,
"Gary Johnson": 38
},
"pct_reporting": "100"
},
"47157": {
"county": "Shelby",
"fip": "47157",
"total_votes": 370749,
"votes": {
"Merlin Miller": 138,
"Virgil Goode": 410,
"Barack Obama": 232201,
"Mitt Romney": 135536,
"Rocky Anderson": 252,
"Jill Stein": 677,
"Gary Johnson": 1535
},
"pct_reporting": "100"
},
"47155": {
"county": "Sevier",
"fip": "47155",
"total_votes": 33856,
"votes": {
"Merlin Miller": 48,
"Virgil Goode": 73,
"Barack Obama": 7415,
"Mitt Romney": 25979,
"Rocky Anderson": 39,
"Jill Stein": 89,
"Gary Johnson": 213
},
"pct_reporting": "100"
},
"47167": {
"county": "Tipton",
"fip": "47167",
"total_votes": 23682,
"votes": {
"Merlin Miller": 10,
"Virgil Goode": 56,
"Barack Obama": 7020,
"Mitt Romney": 16395,
"Rocky Anderson": 25,
"Jill Stein": 33,
"Gary Johnson": 143
},
"pct_reporting": "100"
},
"47165": {
"county": "Sumner",
"fip": "47165",
"total_votes": 65334,
"votes": {
"Merlin Miller": 39,
"Virgil Goode": 125,
"Barack Obama": 18571,
"Mitt Romney": 45979,
"Rocky Anderson": 48,
"Jill Stein": 153,
"Gary Johnson": 419
},
"pct_reporting": "100"
},
"47163": {
"county": "Sullivan",
"fip": "47163",
"total_votes": 59833,
"votes": {
"Merlin Miller": 37,
"Virgil Goode": 192,
"Barack Obama": 15303,
"Mitt Romney": 43528,
"Rocky Anderson": 70,
"Jill Stein": 115,
"Gary Johnson": 588
},
"pct_reporting": "100"
},
"47161": {
"county": "Stewart",
"fip": "47161",
"total_votes": 5115,
"votes": {
"Merlin Miller": 2,
"Virgil Goode": 23,
"Barack Obama": 2069,
"Mitt Romney": 2963,
"Rocky Anderson": 6,
"Jill Stein": 23,
"Gary Johnson": 29
},
"pct_reporting": "100"
},
"47169": {
"county": "Trousdale",
"fip": "47169",
"total_votes": 2901,
"votes": {
"Merlin Miller": 6,
"Virgil Goode": 16,
"Barack Obama": 1238,
"Mitt Romney": 1610,
"Rocky Anderson": 2,
"Jill Stein": 7,
"Gary Johnson": 22
},
"pct_reporting": "100"
},
"47009": {
"county": "Blount",
"fip": "47009",
"total_votes": 49200,
"votes": {
"Merlin Miller": 22,
"Virgil Goode": 119,
"Barack Obama": 12925,
"Mitt Romney": 35417,
"Rocky Anderson": 56,
"Jill Stein": 126,
"Gary Johnson": 535
},
"pct_reporting": "100"
},
"47005": {
"county": "Benton",
"fip": "47005",
"total_votes": 6223,
"votes": {
"Merlin Miller": 6,
"Virgil Goode": 20,
"Barack Obama": 2255,
"Mitt Romney": 3850,
"Rocky Anderson": 14,
"Jill Stein": 20,
"Gary Johnson": 58
},
"pct_reporting": "100"
},
"47007": {
"county": "Bledsoe",
"fip": "47007",
"total_votes": 4359,
"votes": {
"Merlin Miller": 7,
"Virgil Goode": 22,
"Barack Obama": 1267,
"Mitt Romney": 3022,
"Rocky Anderson": 6,
"Jill Stein": 3,
"Gary Johnson": 32
},
"pct_reporting": "100"
},
"47001": {
"county": "Anderson",
"fip": "47001",
"total_votes": 29621,
"votes": {
"Merlin Miller": 25,
"Virgil Goode": 101,
"Barack Obama": 10112,
"Mitt Romney": 18941,
"Rocky Anderson": 54,
"Jill Stein": 88,
"Gary Johnson": 300
},
"pct_reporting": "100"
},
"47003": {
"county": "Bedford",
"fip": "47003",
"total_votes": 14433,
"votes": {
"Merlin Miller": 5,
"Virgil Goode": 49,
"Barack Obama": 4207,
"Mitt Romney": 10026,
"Rocky Anderson": 17,
"Jill Stein": 39,
"Gary Johnson": 90
},
"pct_reporting": "100"
},
"47171": {
"county": "Unicoi",
"fip": "47171",
"total_votes": 7078,
"votes": {
"Merlin Miller": 5,
"Virgil Goode": 40,
"Barack Obama": 1909,
"Mitt Romney": 5028,
"Rocky Anderson": 10,
"Jill Stein": 27,
"Gary Johnson": 59
},
"pct_reporting": "100"
},
"47173": {
"county": "Union",
"fip": "47173",
"total_votes": 5820,
"votes": {
"Merlin Miller": 0,
"Virgil Goode": 17,
"Barack Obama": 1474,
"Mitt Romney": 4278,
"Rocky Anderson": 12,
"Jill Stein": 13,
"Gary Johnson": 26
},
"pct_reporting": "100"
},
"47175": {
"county": "Van Buren",
"fip": "47175",
"total_votes": 2298,
"votes": {
"Merlin Miller": 3,
"Virgil Goode": 6,
"Barack Obama": 875,
"Mitt Romney": 1384,
"Rocky Anderson": 3,
"Jill Stein": 5,
"Gary Johnson": 22
},
"pct_reporting": "100"
},
"47177": {
"county": "Warren",
"fip": "47177",
"total_votes": 13008,
"votes": {
"Merlin Miller": 17,
"Virgil Goode": 68,
"Barack Obama": 4748,
"Mitt Romney": 8007,
"Rocky Anderson": 23,
"Jill Stein": 37,
"Gary Johnson": 108
},
"pct_reporting": "100"
},
"47179": {
"county": "Washington",
"fip": "47179",
"total_votes": 48003,
"votes": {
"Merlin Miller": 18,
"Virgil Goode": 183,
"Barack Obama": 14318,
"Mitt Romney": 32787,
"Rocky Anderson": 58,
"Jill Stein": 188,
"Gary Johnson": 451
},
"pct_reporting": "100"
},
"47079": {
"county": "Henry",
"fip": "47079",
"total_votes": 12731,
"votes": {
"Merlin Miller": 7,
"Virgil Goode": 70,
"Barack Obama": 4337,
"Mitt Romney": 8187,
"Rocky Anderson": 19,
"Jill Stein": 37,
"Gary Johnson": 74
},
"pct_reporting": "100"
},
"47071": {
"county": "Hardin",
"fip": "47071",
"total_votes": 10495,
"votes": {
"Merlin Miller": 10,
"Virgil Goode": 20,
"Barack Obama": 2467,
"Mitt Romney": 7886,
"Rocky Anderson": 31,
"Jill Stein": 15,
"Gary Johnson": 66
},
"pct_reporting": "100"
},
"47073": {
"county": "Hawkins",
"fip": "47073",
"total_votes": 19789,
"votes": {
"Merlin Miller": 24,
"Virgil Goode": 85,
"Barack Obama": 5086,
"Mitt Romney": 14376,
"Rocky Anderson": 25,
"Jill Stein": 45,
"Gary Johnson": 148
},
"pct_reporting": "100"
},
"47075": {
"county": "Haywood",
"fip": "47075",
"total_votes": 7567,
"votes": {
"Merlin Miller": 1,
"Virgil Goode": 12,
"Barack Obama": 4567,
"Mitt Romney": 2960,
"Rocky Anderson": 6,
"Jill Stein": 7,
"Gary Johnson": 14
},
"pct_reporting": "100"
},
"47077": {
"county": "Henderson",
"fip": "47077",
"total_votes": 10051,
"votes": {
"Merlin Miller": 11,
"Virgil Goode": 28,
"Barack Obama": 2516,
"Mitt Romney": 7418,
"Rocky Anderson": 11,
"Jill Stein": 19,
"Gary Johnson": 48
},
"pct_reporting": "100"
},
"47085": {
"county": "Humphreys",
"fip": "47085",
"total_votes": 6860,
"votes": {
"Merlin Miller": 12,
"Virgil Goode": 19,
"Barack Obama": 2904,
"Mitt Romney": 3829,
"Rocky Anderson": 11,
"Jill Stein": 27,
"Gary Johnson": 58
},
"pct_reporting": "100"
},
"47087": {
"county": "Jackson",
"fip": "47087",
"total_votes": 4178,
"votes": {
"Merlin Miller": 2,
"Virgil Goode": 17,
"Barack Obama": 1736,
"Mitt Romney": 2380,
"Rocky Anderson": 1,
"Jill Stein": 15,
"Gary Johnson": 27
},
"pct_reporting": "100"
},
"47081": {
"county": "Hickman",
"fip": "47081",
"total_votes": 7595,
"votes": {
"Merlin Miller": 7,
"Virgil Goode": 51,
"Barack Obama": 2693,
"Mitt Romney": 4756,
"Rocky Anderson": 9,
"Jill Stein": 25,
"Gary Johnson": 54
},
"pct_reporting": "100"
},
"47083": {
"county": "Houston",
"fip": "47083",
"total_votes": 3027,
"votes": {
"Merlin Miller": 4,
"Virgil Goode": 12,
"Barack Obama": 1400,
"Mitt Romney": 1579,
"Rocky Anderson": 8,
"Jill Stein": 7,
"Gary Johnson": 17
},
"pct_reporting": "100"
},
"47089": {
"county": "Jefferson",
"fip": "47089",
"total_votes": 17565,
"votes": {
"Merlin Miller": 11,
"Virgil Goode": 61,
"Barack Obama": 4230,
"Mitt Romney": 13037,
"Rocky Anderson": 23,
"Jill Stein": 54,
"Gary Johnson": 149
},
"pct_reporting": "100"
},
"47189": {
"county": "Wilson",
"fip": "47189",
"total_votes": 51437,
"votes": {
"Merlin Miller": 41,
"Virgil Goode": 117,
"Barack Obama": 14669,
"Mitt Romney": 36076,
"Rocky Anderson": 43,
"Jill Stein": 111,
"Gary Johnson": 380
},
"pct_reporting": "100"
},
"47185": {
"county": "White",
"fip": "47185",
"total_votes": 9133,
"votes": {
"Merlin Miller": 10,
"Virgil Goode": 37,
"Barack Obama": 2793,
"Mitt Romney": 6192,
"Rocky Anderson": 11,
"Jill Stein": 22,
"Gary Johnson": 68
},
"pct_reporting": "100"
},
"47187": {
"county": "Williamson",
"fip": "47187",
"total_votes": 93606,
"votes": {
"Merlin Miller": 41,
"Virgil Goode": 154,
"Barack Obama": 24328,
"Mitt Romney": 68090,
"Rocky Anderson": 62,
"Jill Stein": 209,
"Gary Johnson": 722
},
"pct_reporting": "100"
},
"47181": {
"county": "Wayne",
"fip": "47181",
"total_votes": 5484,
"votes": {
"Merlin Miller": 6,
"Virgil Goode": 19,
"Barack Obama": 1163,
"Mitt Romney": 4251,
"Rocky Anderson": 7,
"Jill Stein": 10,
"Gary Johnson": 28
},
"pct_reporting": "100"
},
"47183": {
"county": "Weakley",
"fip": "47183",
"total_votes": 12332,
"votes": {
"Merlin Miller": 15,
"Virgil Goode": 38,
"Barack Obama": 3547,
"Mitt Romney": 8601,
"Rocky Anderson": 26,
"Jill Stein": 28,
"Gary Johnson": 77
},
"pct_reporting": "100"
},
"47105": {
"county": "Loudon",
"fip": "47105",
"total_votes": 22066,
"votes": {
"Merlin Miller": 20,
"Virgil Goode": 46,
"Barack Obama": 5057,
"Mitt Romney": 16701,
"Rocky Anderson": 28,
"Jill Stein": 33,
"Gary Johnson": 181
},
"pct_reporting": "100"
},
"47107": {
"county": "McMinn",
"fip": "47107",
"total_votes": 17818,
"votes": {
"Merlin Miller": 12,
"Virgil Goode": 60,
"Barack Obama": 4603,
"Mitt Romney": 12958,
"Rocky Anderson": 23,
"Jill Stein": 27,
"Gary Johnson": 135
},
"pct_reporting": "100"
},
"47069": {
"county": "Hardeman",
"fip": "47069",
"total_votes": 10435,
"votes": {
"Merlin Miller": 8,
"Virgil Goode": 22,
"Barack Obama": 5479,
"Mitt Romney": 4864,
"Rocky Anderson": 10,
"Jill Stein": 12,
"Gary Johnson": 40
},
"pct_reporting": "100"
},
"47101": {
"county": "Lewis",
"fip": "47101",
"total_votes": 4691,
"votes": {
"Merlin Miller": 8,
"Virgil Goode": 11,
"Barack Obama": 1445,
"Mitt Romney": 3116,
"Rocky Anderson": 13,
"Jill Stein": 41,
"Gary Johnson": 57
},
"pct_reporting": "100"
},
"47103": {
"county": "Lincoln",
"fip": "47103",
"total_votes": 13249,
"votes": {
"Merlin Miller": 20,
"Virgil Goode": 36,
"Barack Obama": 3283,
"Mitt Romney": 9791,
"Rocky Anderson": 22,
"Jill Stein": 24,
"Gary Johnson": 73
},
"pct_reporting": "100"
},
"47063": {
"county": "Hamblen",
"fip": "47063",
"total_votes": 20020,
"votes": {
"Merlin Miller": 8,
"Virgil Goode": 58,
"Barack Obama": 5229,
"Mitt Romney": 14515,
"Rocky Anderson": 25,
"Jill Stein": 45,
"Gary Johnson": 140
},
"pct_reporting": "100"
},
"47061": {
"county": "Grundy",
"fip": "47061",
"total_votes": 4217,
"votes": {
"Merlin Miller": 5,
"Virgil Goode": 27,
"Barack Obama": 1637,
"Mitt Romney": 2502,
"Rocky Anderson": 9,
"Jill Stein": 7,
"Gary Johnson": 30
},
"pct_reporting": "100"
},
"47109": {
"county": "McNairy",
"fip": "47109",
"total_votes": 9809,
"votes": {
"Merlin Miller": 30,
"Virgil Goode": 29,
"Barack Obama": 2643,
"Mitt Romney": 7010,
"Rocky Anderson": 15,
"Jill Stein": 24,
"Gary Johnson": 58
},
"pct_reporting": "100"
},
"47067": {
"county": "Hancock",
"fip": "47067",
"total_votes": 2046,
"votes": {
"Merlin Miller": 2,
"Virgil Goode": 1,
"Barack Obama": 475,
"Mitt Romney": 1527,
"Rocky Anderson": 1,
"Jill Stein": 6,
"Gary Johnson": 34
},
"pct_reporting": "100"
},
"47065": {
"county": "Hamilton",
"fip": "47065",
"total_votes": 142320,
"votes": {
"Merlin Miller": 73,
"Virgil Goode": 1524,
"Barack Obama": 58794,
"Mitt Romney": 79877,
"Rocky Anderson": 120,
"Jill Stein": 408,
"Gary Johnson": 1524
},
"pct_reporting": "100"
},
"47057": {
"county": "Grainger",
"fip": "47057",
"total_votes": 7250,
"votes": {
"Merlin Miller": 5,
"Virgil Goode": 18,
"Barack Obama": 1668,
"Mitt Romney": 5469,
"Rocky Anderson": 10,
"Jill Stein": 18,
"Gary Johnson": 62
},
"pct_reporting": "100"
},
"47055": {
"county": "Giles",
"fip": "47055",
"total_votes": 10797,
"votes": {
"Merlin Miller": 4,
"Virgil Goode": 36,
"Barack Obama": 3759,
"Mitt Romney": 6914,
"Rocky Anderson": 14,
"Jill Stein": 18,
"Gary Johnson": 52
},
"pct_reporting": "100"
},
"47053": {
"county": "Gibson",
"fip": "47053",
"total_votes": 19667,
"votes": {
"Merlin Miller": 8,
"Virgil Goode": 45,
"Barack Obama": 6564,
"Mitt Romney": 12883,
"Rocky Anderson": 18,
"Jill Stein": 31,
"Gary Johnson": 118
},
"pct_reporting": "100"
},
"47051": {
"county": "Franklin",
"fip": "47051",
"total_votes": 16099,
"votes": {
"Merlin Miller": 12,
"Virgil Goode": 74,
"Barack Obama": 5594,
"Mitt Romney": 10252,
"Rocky Anderson": 17,
"Jill Stein": 44,
"Gary Johnson": 106
},
"pct_reporting": "100"
},
"47059": {
"county": "Greene",
"fip": "47059",
"total_votes": 23937,
"votes": {
"Merlin Miller": 39,
"Virgil Goode": 174,
"Barack Obama": 6216,
"Mitt Romney": 17234,
"Rocky Anderson": 30,
"Jill Stein": 69,
"Gary Johnson": 175
},
"pct_reporting": "100"
},
"47117": {
"county": "Marshall",
"fip": "47117",
"total_votes": 10729,
"votes": {
"Merlin Miller": 6,
"Virgil Goode": 55,
"Barack Obama": 3722,
"Mitt Romney": 6823,
"Rocky Anderson": 23,
"Jill Stein": 36,
"Gary Johnson": 64
},
"pct_reporting": "100"
},
"47115": {
"county": "Marion",
"fip": "47115",
"total_votes": 10404,
"votes": {
"Merlin Miller": 12,
"Virgil Goode": 39,
"Barack Obama": 3952,
"Mitt Romney": 6268,
"Rocky Anderson": 23,
"Jill Stein": 33,
"Gary Johnson": 77
},
"pct_reporting": "100"
},
"47113": {
"county": "Madison",
"fip": "47113",
"total_votes": 40691,
"votes": {
"Merlin Miller": 17,
"Virgil Goode": 55,
"Barack Obama": 18360,
"Mitt Romney": 21989,
"Rocky Anderson": 32,
"Jill Stein": 47,
"Gary Johnson": 191
},
"pct_reporting": "97"
},
"47111": {
"county": "Macon",
"fip": "47111",
"total_votes": 6904,
"votes": {
"Merlin Miller": 7,
"Virgil Goode": 34,
"Barack Obama": 1552,
"Mitt Romney": 5259,
"Rocky Anderson": 2,
"Jill Stein": 18,
"Gary Johnson": 32
},
"pct_reporting": "100"
},
"47119": {
"county": "Maury",
"fip": "47119",
"total_votes": 32989,
"votes": {
"Merlin Miller": 43,
"Virgil Goode": 91,
"Barack Obama": 11819,
"Mitt Romney": 20698,
"Rocky Anderson": 50,
"Jill Stein": 76,
"Gary Johnson": 212
},
"pct_reporting": "100"
}
},
"NY": {
"36113": {
"county": "Warren",
"fip": "36113",
"total_votes": 26220,
"votes": {
"Mitt Romney": 12571,
"Barack Obama": 13112,
"Jill Stein": 195,
"Virgil Goode": 48,
"Peta Lindsay": 8,
"Gary Johnson": 286
},
"pct_reporting": "100"
},
"36089": {
"county": "Saint Lawrence",
"fip": "36089",
"total_votes": 34023,
"votes": {
"Mitt Romney": 13914,
"Barack Obama": 19574,
"Jill Stein": 207,
"Virgil Goode": 60,
"Peta Lindsay": 9,
"Gary Johnson": 259
},
"pct_reporting": "100"
},
"36081": {
"county": "Queens",
"fip": "36081",
"total_votes": 507722,
"votes": {
"Mitt Romney": 103193,
"Barack Obama": 399970,
"Jill Stein": 2121,
"Virgil Goode": 228,
"Peta Lindsay": 160,
"Gary Johnson": 2050
},
"pct_reporting": "99"
},
"36083": {
"county": "Rensselaer",
"fip": "36083",
"total_votes": 63332,
"votes": {
"Mitt Romney": 27240,
"Barack Obama": 34713,
"Jill Stein": 580,
"Virgil Goode": 75,
"Peta Lindsay": 18,
"Gary Johnson": 706
},
"pct_reporting": "100"
},
"36085": {
"county": "Staten Island",
"fip": "36085",
"total_votes": 135283,
"votes": {
"Mitt Romney": 66420,
"Barack Obama": 67524,
"Jill Stein": 457,
"Virgil Goode": 71,
"Peta Lindsay": 41,
"Gary Johnson": 770
},
"pct_reporting": "100"
},
"36117": {
"county": "Wayne",
"fip": "36117",
"total_votes": 34127,
"votes": {
"Mitt Romney": 18315,
"Barack Obama": 15136,
"Jill Stein": 202,
"Virgil Goode": 75,
"Peta Lindsay": 14,
"Gary Johnson": 385
},
"pct_reporting": "100"
},
"36087": {
"county": "Rockland",
"fip": "36087",
"total_votes": 114500,
"votes": {
"Mitt Romney": 52936,
"Barack Obama": 60446,
"Jill Stein": 420,
"Virgil Goode": 117,
"Peta Lindsay": 17,
"Gary Johnson": 564
},
"pct_reporting": "100"
},
"36001": {
"county": "Albany",
"fip": "36001",
"total_votes": 125531,
"votes": {
"Mitt Romney": 42029,
"Barack Obama": 80891,
"Jill Stein": 1142,
"Virgil Goode": 157,
"Peta Lindsay": 45,
"Gary Johnson": 1267
},
"pct_reporting": "100"
},
"36003": {
"county": "Allegany",
"fip": "36003",
"total_votes": 15601,
"votes": {
"Mitt Romney": 9609,
"Barack Obama": 5658,
"Jill Stein": 145,
"Virgil Goode": 24,
"Peta Lindsay": 5,
"Gary Johnson": 160
},
"pct_reporting": "100"
},
"36123": {
"county": "Yates",
"fip": "36123",
"total_votes": 8437,
"votes": {
"Mitt Romney": 4270,
"Barack Obama": 4021,
"Jill Stein": 65,
"Virgil Goode": 14,
"Peta Lindsay": 2,
"Gary Johnson": 65
},
"pct_reporting": "100"
},
"36005": {
"county": "Bronx",
"fip": "36005",
"total_votes": 316047,
"votes": {
"Mitt Romney": 26304,
"Barack Obama": 288378,
"Jill Stein": 648,
"Virgil Goode": 108,
"Peta Lindsay": 80,
"Gary Johnson": 529
},
"pct_reporting": "99"
},
"36121": {
"county": "Wyoming",
"fip": "36121",
"total_votes": 15230,
"votes": {
"Mitt Romney": 9726,
"Barack Obama": 5224,
"Jill Stein": 92,
"Virgil Goode": 52,
"Peta Lindsay": 6,
"Gary Johnson": 130
},
"pct_reporting": "100"
},
"36007": {
"county": "Broome",
"fip": "36007",
"total_votes": 75244,
"votes": {
"Mitt Romney": 34878,
"Barack Obama": 38315,
"Jill Stein": 652,
"Virgil Goode": 535,
"Peta Lindsay": 39,
"Gary Johnson": 825
},
"pct_reporting": "100"
},
"36009": {
"county": "Cattaraugus",
"fip": "36009",
"total_votes": 27608,
"votes": {
"Mitt Romney": 15406,
"Barack Obama": 11695,
"Jill Stein": 189,
"Virgil Goode": 54,
"Peta Lindsay": 6,
"Gary Johnson": 258
},
"pct_reporting": "100"
},
"36077": {
"county": "Otsego",
"fip": "36077",
"total_votes": 21938,
"votes": {
"Mitt Romney": 10527,
"Barack Obama": 10975,
"Jill Stein": 220,
"Virgil Goode": 25,
"Peta Lindsay": 7,
"Gary Johnson": 184
},
"pct_reporting": "100"
},
"36109": {
"county": "Tompkins",
"fip": "36109",
"total_votes": 35825,
"votes": {
"Mitt Romney": 10202,
"Barack Obama": 24447,
"Jill Stein": 756,
"Virgil Goode": 30,
"Peta Lindsay": 25,
"Gary Johnson": 365
},
"pct_reporting": "100"
},
"36067": {
"county": "Onondaga",
"fip": "36067",
"total_votes": 188787,
"votes": {
"Mitt Romney": 72807,
"Barack Obama": 112664,
"Jill Stein": 1453,
"Virgil Goode": 274,
"Peta Lindsay": 50,
"Gary Johnson": 1539
},
"pct_reporting": "100"
},
"36029": {
"county": "Erie",
"fip": "36029",
"total_votes": 386665,
"votes": {
"Mitt Romney": 159678,
"Barack Obama": 220184,
"Jill Stein": 2789,
"Virgil Goode": 530,
"Peta Lindsay": 151,
"Gary Johnson": 3333
},
"pct_reporting": "100"
},
"36049": {
"county": "Lewis",
"fip": "36049",
"total_votes": 9481,
"votes": {
"Mitt Romney": 5083,
"Barack Obama": 4263,
"Jill Stein": 49,
"Virgil Goode": 9,
"Peta Lindsay": 2,
"Gary Johnson": 75
},
"pct_reporting": "100"
},
"36061": {
"county": "Manhattan",
"fip": "36061",
"total_votes": 496293,
"votes": {
"Mitt Romney": 72300,
"Barack Obama": 417861,
"Jill Stein": 3241,
"Virgil Goode": 122,
"Peta Lindsay": 195,
"Gary Johnson": 2574
},
"pct_reporting": "97"
},
"36101": {
"county": "Steuben",
"fip": "36101",
"total_votes": 35659,
"votes": {
"Mitt Romney": 20425,
"Barack Obama": 14586,
"Jill Stein": 217,
"Virgil Goode": 79,
"Peta Lindsay": 7,
"Gary Johnson": 345
},
"pct_reporting": "100"
},
"36023": {
"county": "Cortland",
"fip": "36023",
"total_votes": 17698,
"votes": {
"Mitt Romney": 7886,
"Barack Obama": 9445,
"Jill Stein": 151,
"Virgil Goode": 27,
"Peta Lindsay": 13,
"Gary Johnson": 176
},
"pct_reporting": "100"
},
"36103": {
"county": "Suffolk",
"fip": "36103",
"total_votes": 540653,
"votes": {
"Mitt Romney": 259348,
"Barack Obama": 274830,
"Jill Stein": 2306,
"Virgil Goode": 491,
"Peta Lindsay": 127,
"Gary Johnson": 3551
},
"pct_reporting": "100"
},
"36021": {
"county": "Columbia",
"fip": "36021",
"total_votes": 26008,
"votes": {
"Mitt Romney": 11194,
"Barack Obama": 14244,
"Jill Stein": 233,
"Virgil Goode": 39,
"Peta Lindsay": 11,
"Gary Johnson": 287
},
"pct_reporting": "100"
},
"36105": {
"county": "Sullivan",
"fip": "36105",
"total_votes": 25322,
"votes": {
"Mitt Romney": 11148,
"Barack Obama": 13781,
"Jill Stein": 170,
"Virgil Goode": 45,
"Peta Lindsay": 6,
"Gary Johnson": 172
},
"pct_reporting": "100"
},
"36041": {
"county": "Hamilton",
"fip": "36041",
"total_votes": 2655,
"votes": {
"Mitt Romney": 1652,
"Barack Obama": 955,
"Jill Stein": 14,
"Virgil Goode": 9,
"Peta Lindsay": 0,
"Gary Johnson": 25
},
"pct_reporting": "100"
},
"36107": {
"county": "Tioga",
"fip": "36107",
"total_votes": 19977,
"votes": {
"Mitt Romney": 11278,
"Barack Obama": 8263,
"Jill Stein": 160,
"Virgil Goode": 51,
"Peta Lindsay": 3,
"Gary Johnson": 222
},
"pct_reporting": "100"
},
"36025": {
"county": "Delaware",
"fip": "36025",
"total_votes": 16916,
"votes": {
"Mitt Romney": 9085,
"Barack Obama": 7469,
"Jill Stein": 185,
"Virgil Goode": 20,
"Peta Lindsay": 2,
"Gary Johnson": 155
},
"pct_reporting": "100"
},
"36065": {
"county": "Oneida",
"fip": "36065",
"total_votes": 80429,
"votes": {
"Mitt Romney": 41639,
"Barack Obama": 37388,
"Jill Stein": 464,
"Virgil Goode": 154,
"Peta Lindsay": 11,
"Gary Johnson": 773
},
"pct_reporting": "100"
},
"36111": {
"county": "Ulster",
"fip": "36111",
"total_votes": 72193,
"votes": {
"Mitt Romney": 27340,
"Barack Obama": 43164,
"Jill Stein": 868,
"Virgil Goode": 69,
"Peta Lindsay": 36,
"Gary Johnson": 716
},
"pct_reporting": "100"
},
"36073": {
"county": "Orleans",
"fip": "36073",
"total_votes": 13756,
"votes": {
"Mitt Romney": 8076,
"Barack Obama": 5411,
"Jill Stein": 78,
"Virgil Goode": 33,
"Peta Lindsay": 3,
"Gary Johnson": 155
},
"pct_reporting": "100"
},
"36075": {
"county": "Oswego",
"fip": "36075",
"total_votes": 41133,
"votes": {
"Mitt Romney": 18503,
"Barack Obama": 21733,
"Jill Stein": 359,
"Virgil Goode": 105,
"Peta Lindsay": 14,
"Gary Johnson": 419
},
"pct_reporting": "100"
},
"36071": {
"county": "Orange",
"fip": "36071",
"total_votes": 130494,
"votes": {
"Mitt Romney": 60984,
"Barack Obama": 67709,
"Jill Stein": 650,
"Virgil Goode": 155,
"Peta Lindsay": 31,
"Gary Johnson": 965
},
"pct_reporting": "100"
},
"36069": {
"county": "Ontario",
"fip": "36069",
"total_votes": 44144,
"votes": {
"Mitt Romney": 21998,
"Barack Obama": 21285,
"Jill Stein": 267,
"Virgil Goode": 63,
"Peta Lindsay": 10,
"Gary Johnson": 521
},
"pct_reporting": "100"
},
"36099": {
"county": "Seneca",
"fip": "36099",
"total_votes": 12148,
"votes": {
"Mitt Romney": 5405,
"Barack Obama": 6526,
"Jill Stein": 94,
"Virgil Goode": 15,
"Peta Lindsay": 5,
"Gary Johnson": 103
},
"pct_reporting": "100"
},
"36045": {
"county": "Jefferson",
"fip": "36045",
"total_votes": 32051,
"votes": {
"Mitt Romney": 16279,
"Barack Obama": 15345,
"Jill Stein": 129,
"Virgil Goode": 58,
"Peta Lindsay": 3,
"Gary Johnson": 237
},
"pct_reporting": "100"
},
"36097": {
"county": "Schuyler",
"fip": "36097",
"total_votes": 7464,
"votes": {
"Mitt Romney": 3942,
"Barack Obama": 3354,
"Jill Stein": 73,
"Virgil Goode": 18,
"Peta Lindsay": 1,
"Gary Johnson": 76
},
"pct_reporting": "100"
},
"36095": {
"county": "Schoharie",
"fip": "36095",
"total_votes": 11943,
"votes": {
"Mitt Romney": 6849,
"Barack Obama": 4862,
"Jill Stein": 91,
"Virgil Goode": 18,
"Peta Lindsay": 7,
"Gary Johnson": 116
},
"pct_reporting": "100"
},
"36093": {
"county": "Schenectady",
"fip": "36093",
"total_votes": 59614,
"votes": {
"Mitt Romney": 24608,
"Barack Obama": 33777,
"Jill Stein": 460,
"Virgil Goode": 126,
"Peta Lindsay": 17,
"Gary Johnson": 626
},
"pct_reporting": "100"
},
"36059": {
"county": "Nassau",
"fip": "36059",
"total_votes": 460824,
"votes": {
"Mitt Romney": 212882,
"Barack Obama": 243649,
"Jill Stein": 1601,
"Virgil Goode": 246,
"Peta Lindsay": 79,
"Gary Johnson": 2367
},
"pct_reporting": "100"
},
"36091": {
"county": "Saratoga",
"fip": "36091",
"total_votes": 97502,
"votes": {
"Mitt Romney": 46829,
"Barack Obama": 48876,
"Jill Stein": 599,
"Virgil Goode": 116,
"Peta Lindsay": 31,
"Gary Johnson": 1051
},
"pct_reporting": "100"
},
"36017": {
"county": "Chenango",
"fip": "36017",
"total_votes": 17655,
"votes": {
"Mitt Romney": 8933,
"Barack Obama": 8340,
"Jill Stein": 142,
"Virgil Goode": 40,
"Peta Lindsay": 6,
"Gary Johnson": 194
},
"pct_reporting": "100"
},
"36015": {
"county": "Chemung",
"fip": "36015",
"total_votes": 31981,
"votes": {
"Mitt Romney": 16207,
"Barack Obama": 15285,
"Jill Stein": 138,
"Virgil Goode": 65,
"Peta Lindsay": 3,
"Gary Johnson": 283
},
"pct_reporting": "100"
},
"36047": {
"county": "Brooklyn",
"fip": "36047",
"total_votes": 618035,
"votes": {
"Mitt Romney": 108630,
"Barack Obama": 503291,
"Jill Stein": 3616,
"Virgil Goode": 245,
"Peta Lindsay": 179,
"Gary Johnson": 2074
},
"pct_reporting": "98"
},
"36013": {
"county": "Chautauqua",
"fip": "36013",
"total_votes": 48434,
"votes": {
"Mitt Romney": 25795,
"Barack Obama": 21815,
"Jill Stein": 294,
"Virgil Goode": 50,
"Peta Lindsay": 15,
"Gary Johnson": 465
},
"pct_reporting": "100"
},
"36011": {
"county": "Cayuga",
"fip": "36011",
"total_votes": 26073,
"votes": {
"Mitt Romney": 11355,
"Barack Obama": 14162,
"Jill Stein": 230,
"Virgil Goode": 61,
"Peta Lindsay": 35,
"Gary Johnson": 230
},
"pct_reporting": "100"
},
"36079": {
"county": "Putnam",
"fip": "36079",
"total_votes": 40883,
"votes": {
"Mitt Romney": 22436,
"Barack Obama": 17851,
"Jill Stein": 188,
"Virgil Goode": 34,
"Peta Lindsay": 10,
"Gary Johnson": 364
},
"pct_reporting": "100"
},
"36019": {
"county": "Clinton",
"fip": "36019",
"total_votes": 27622,
"votes": {
"Mitt Romney": 10054,
"Barack Obama": 17123,
"Jill Stein": 163,
"Virgil Goode": 35,
"Peta Lindsay": 9,
"Gary Johnson": 238
},
"pct_reporting": "100"
},
"36027": {
"county": "Dutchess",
"fip": "36027",
"total_votes": 114142,
"votes": {
"Mitt Romney": 52320,
"Barack Obama": 59885,
"Jill Stein": 721,
"Virgil Goode": 139,
"Peta Lindsay": 42,
"Gary Johnson": 1035
},
"pct_reporting": "100"
},
"36039": {
"county": "Greene",
"fip": "36039",
"total_votes": 18263,
"votes": {
"Mitt Romney": 9935,
"Barack Obama": 7911,
"Jill Stein": 130,
"Virgil Goode": 61,
"Peta Lindsay": 11,
"Gary Johnson": 215
},
"pct_reporting": "100"
},
"36051": {
"county": "Livingston",
"fip": "36051",
"total_votes": 24606,
"votes": {
"Mitt Romney": 13210,
"Barack Obama": 10889,
"Jill Stein": 156,
"Virgil Goode": 42,
"Peta Lindsay": 5,
"Gary Johnson": 304
},
"pct_reporting": "100"
},
"36119": {
"county": "Westchester",
"fip": "36119",
"total_votes": 284731,
"votes": {
"Mitt Romney": 108707,
"Barack Obama": 171908,
"Jill Stein": 1549,
"Virgil Goode": 340,
"Peta Lindsay": 336,
"Gary Johnson": 1891
},
"pct_reporting": "81"
},
"36057": {
"county": "Montgomery",
"fip": "36057",
"total_votes": 16784,
"votes": {
"Mitt Romney": 8622,
"Barack Obama": 7881,
"Jill Stein": 85,
"Virgil Goode": 35,
"Peta Lindsay": 4,
"Gary Johnson": 157
},
"pct_reporting": "100"
},
"36055": {
"county": "Monroe",
"fip": "36055",
"total_votes": 308925,
"votes": {
"Mitt Romney": 124769,
"Barack Obama": 178491,
"Jill Stein": 1933,
"Virgil Goode": 303,
"Peta Lindsay": 86,
"Gary Johnson": 3343
},
"pct_reporting": "100"
},
"36031": {
"county": "Essex",
"fip": "36031",
"total_votes": 15577,
"votes": {
"Mitt Romney": 6495,
"Barack Obama": 8835,
"Jill Stein": 94,
"Virgil Goode": 26,
"Peta Lindsay": 4,
"Gary Johnson": 123
},
"pct_reporting": "100"
},
"36053": {
"county": "Madison",
"fip": "36053",
"total_votes": 25865,
"votes": {
"Mitt Romney": 12611,
"Barack Obama": 12698,
"Jill Stein": 217,
"Virgil Goode": 52,
"Peta Lindsay": 10,
"Gary Johnson": 277
},
"pct_reporting": "100"
},
"36033": {
"county": "Franklin",
"fip": "36033",
"total_votes": 14537,
"votes": {
"Mitt Romney": 5248,
"Barack Obama": 9065,
"Jill Stein": 93,
"Virgil Goode": 18,
"Peta Lindsay": 6,
"Gary Johnson": 107
},
"pct_reporting": "100"
},
"36043": {
"county": "Herkimer",
"fip": "36043",
"total_votes": 23290,
"votes": {
"Mitt Romney": 12389,
"Barack Obama": 10433,
"Jill Stein": 164,
"Virgil Goode": 48,
"Peta Lindsay": 7,
"Gary Johnson": 249
},
"pct_reporting": "100"
},
"36035": {
"county": "Fulton",
"fip": "36035",
"total_votes": 18040,
"votes": {
"Mitt Romney": 9811,
"Barack Obama": 7916,
"Jill Stein": 107,
"Virgil Goode": 43,
"Peta Lindsay": 12,
"Gary Johnson": 151
},
"pct_reporting": "100"
},
"36063": {
"county": "Niagara",
"fip": "36063",
"total_votes": 82720,
"votes": {
"Mitt Romney": 40397,
"Barack Obama": 40862,
"Jill Stein": 527,
"Virgil Goode": 90,
"Peta Lindsay": 29,
"Gary Johnson": 815
},
"pct_reporting": "100"
},
"36037": {
"county": "Genesee",
"fip": "36037",
"total_votes": 23079,
"votes": {
"Mitt Romney": 13701,
"Barack Obama": 8886,
"Jill Stein": 97,
"Virgil Goode": 40,
"Peta Lindsay": 7,
"Gary Johnson": 348
},
"pct_reporting": "100"
},
"36115": {
"county": "Washington",
"fip": "36115",
"total_votes": 21263,
"votes": {
"Mitt Romney": 10254,
"Barack Obama": 10596,
"Jill Stein": 159,
"Virgil Goode": 42,
"Peta Lindsay": 5,
"Gary Johnson": 207
},
"pct_reporting": "100"
}
},
"PA": {
"42039": {
"county": "Crawford",
"fip": "42039",
"total_votes": 33089,
"votes": {
"Mitt Romney": 19497,
"Barack Obama": 13024,
"Jill Stein": 154,
"Gary Johnson": 414
},
"pct_reporting": "100"
},
"42129": {
"county": "Westmoreland",
"fip": "42129",
"total_votes": 168709,
"votes": {
"Mitt Romney": 103429,
"Barack Obama": 63380,
"Jill Stein": 489,
"Gary Johnson": 1411
},
"pct_reporting": "100"
},
"42085": {
"county": "Mercer",
"fip": "42085",
"total_votes": 48065,
"votes": {
"Mitt Romney": 24304,
"Barack Obama": 23082,
"Jill Stein": 208,
"Gary Johnson": 471
},
"pct_reporting": "100"
},
"42059": {
"county": "Greene",
"fip": "42059",
"total_votes": 13726,
"votes": {
"Mitt Romney": 7985,
"Barack Obama": 5564,
"Jill Stein": 66,
"Gary Johnson": 111
},
"pct_reporting": "100"
},
"42103": {
"county": "Pike",
"fip": "42103",
"total_votes": 23164,
"votes": {
"Mitt Romney": 12713,
"Barack Obama": 10170,
"Jill Stein": 89,
"Gary Johnson": 192
},
"pct_reporting": "100"
},
"42121": {
"county": "Venango",
"fip": "42121",
"total_votes": 20775,
"votes": {
"Mitt Romney": 12928,
"Barack Obama": 7469,
"Jill Stein": 103,
"Gary Johnson": 275
},
"pct_reporting": "100"
},
"42067": {
"county": "Juniata",
"fip": "42067",
"total_votes": 9480,
"votes": {
"Mitt Romney": 6821,
"Barack Obama": 2533,
"Jill Stein": 43,
"Gary Johnson": 83
},
"pct_reporting": "100"
},
"42133": {
"county": "York",
"fip": "42133",
"total_votes": 186394,
"votes": {
"Mitt Romney": 111576,
"Barack Obama": 72126,
"Jill Stein": 739,
"Gary Johnson": 1953
},
"pct_reporting": "100"
},
"42089": {
"county": "Monroe",
"fip": "42089",
"total_votes": 59312,
"votes": {
"Mitt Romney": 25100,
"Barack Obama": 33431,
"Jill Stein": 222,
"Gary Johnson": 559
},
"pct_reporting": "100"
},
"42019": {
"county": "Butler",
"fip": "42019",
"total_votes": 88924,
"votes": {
"Mitt Romney": 59416,
"Barack Obama": 28385,
"Jill Stein": 313,
"Gary Johnson": 810
},
"pct_reporting": "100"
},
"42031": {
"county": "Clarion",
"fip": "42031",
"total_votes": 15227,
"votes": {
"Mitt Romney": 10228,
"Barack Obama": 4731,
"Jill Stein": 76,
"Gary Johnson": 192
},
"pct_reporting": "100"
},
"42037": {
"county": "Columbia",
"fip": "42037",
"total_votes": 24305,
"votes": {
"Mitt Romney": 13445,
"Barack Obama": 10424,
"Jill Stein": 123,
"Gary Johnson": 313
},
"pct_reporting": "100"
},
"42035": {
"county": "Clinton",
"fip": "42035",
"total_votes": 12663,
"votes": {
"Mitt Romney": 6941,
"Barack Obama": 5503,
"Jill Stein": 56,
"Gary Johnson": 163
},
"pct_reporting": "100"
},
"42117": {
"county": "Tioga",
"fip": "42117",
"total_votes": 15943,
"votes": {
"Mitt Romney": 10599,
"Barack Obama": 5053,
"Jill Stein": 105,
"Gary Johnson": 186
},
"pct_reporting": "100"
},
"42011": {
"county": "Berks",
"fip": "42011",
"total_votes": 163253,
"votes": {
"Mitt Romney": 80857,
"Barack Obama": 79895,
"Jill Stein": 749,
"Gary Johnson": 1752
},
"pct_reporting": "100"
},
"42013": {
"county": "Blair",
"fip": "42013",
"total_votes": 47631,
"votes": {
"Mitt Romney": 31500,
"Barack Obama": 15516,
"Jill Stein": 176,
"Gary Johnson": 439
},
"pct_reporting": "100"
},
"42015": {
"county": "Bradford",
"fip": "42015",
"total_votes": 22501,
"votes": {
"Mitt Romney": 13827,
"Barack Obama": 8291,
"Jill Stein": 143,
"Gary Johnson": 240
},
"pct_reporting": "100"
},
"42017": {
"county": "Bucks",
"fip": "42017",
"total_votes": 319407,
"votes": {
"Mitt Romney": 155876,
"Barack Obama": 159598,
"Jill Stein": 1067,
"Gary Johnson": 2866
},
"pct_reporting": "100"
},
"42091": {
"county": "Montgomery",
"fip": "42091",
"total_votes": 401787,
"votes": {
"Mitt Romney": 169903,
"Barack Obama": 227561,
"Jill Stein": 1155,
"Gary Johnson": 3168
},
"pct_reporting": "100"
},
"42093": {
"county": "Montour",
"fip": "42093",
"total_votes": 7787,
"votes": {
"Mitt Romney": 4636,
"Barack Obama": 3026,
"Jill Stein": 30,
"Gary Johnson": 95
},
"pct_reporting": "100"
},
"42095": {
"county": "Northampton",
"fip": "42095",
"total_votes": 125883,
"votes": {
"Mitt Romney": 59242,
"Barack Obama": 65014,
"Jill Stein": 476,
"Gary Johnson": 1151
},
"pct_reporting": "100"
},
"42079": {
"county": "Luzerne",
"fip": "42079",
"total_votes": 123741,
"votes": {
"Mitt Romney": 57969,
"Barack Obama": 63974,
"Jill Stein": 545,
"Gary Johnson": 1253
},
"pct_reporting": "100"
},
"42077": {
"county": "Lehigh",
"fip": "42077",
"total_votes": 144922,
"votes": {
"Mitt Romney": 66091,
"Barack Obama": 77029,
"Jill Stein": 500,
"Gary Johnson": 1302
},
"pct_reporting": "100"
},
"42075": {
"county": "Lebanon",
"fip": "42075",
"total_votes": 53771,
"votes": {
"Mitt Romney": 34010,
"Barack Obama": 18975,
"Jill Stein": 213,
"Gary Johnson": 573
},
"pct_reporting": "100"
},
"42073": {
"county": "Lawrence",
"fip": "42073",
"total_votes": 38816,
"votes": {
"Mitt Romney": 20915,
"Barack Obama": 17427,
"Jill Stein": 141,
"Gary Johnson": 333
},
"pct_reporting": "100"
},
"42071": {
"county": "Lancaster",
"fip": "42071",
"total_votes": 219677,
"votes": {
"Mitt Romney": 129364,
"Barack Obama": 87108,
"Jill Stein": 737,
"Gary Johnson": 2468
},
"pct_reporting": "100"
},
"42101": {
"county": "Philadelphia",
"fip": "42101",
"total_votes": 653598,
"votes": {
"Mitt Romney": 91840,
"Barack Obama": 557024,
"Jill Stein": 2013,
"Gary Johnson": 2721
},
"pct_reporting": "99"
},
"42125": {
"county": "Washington",
"fip": "42125",
"total_votes": 90078,
"votes": {
"Mitt Romney": 50455,
"Barack Obama": 38503,
"Jill Stein": 305,
"Gary Johnson": 815
},
"pct_reporting": "100"
},
"42113": {
"county": "Sullivan",
"fip": "42113",
"total_votes": 2934,
"votes": {
"Mitt Romney": 1859,
"Barack Obama": 1028,
"Jill Stein": 18,
"Gary Johnson": 29
},
"pct_reporting": "100"
},
"42123": {
"county": "Warren",
"fip": "42123",
"total_votes": 16462,
"votes": {
"Mitt Romney": 9415,
"Barack Obama": 6768,
"Jill Stein": 81,
"Gary Johnson": 198
},
"pct_reporting": "100"
},
"42033": {
"county": "Clearfield",
"fip": "42033",
"total_votes": 31894,
"votes": {
"Mitt Romney": 20303,
"Barack Obama": 11093,
"Jill Stein": 160,
"Gary Johnson": 338
},
"pct_reporting": "100"
},
"42083": {
"county": "McKean",
"fip": "42083",
"total_votes": 15014,
"votes": {
"Mitt Romney": 9494,
"Barack Obama": 5260,
"Jill Stein": 86,
"Gary Johnson": 174
},
"pct_reporting": "100"
},
"42097": {
"county": "Northumberland",
"fip": "42097",
"total_votes": 31512,
"votes": {
"Mitt Romney": 18516,
"Barack Obama": 12392,
"Jill Stein": 191,
"Gary Johnson": 413
},
"pct_reporting": "100"
},
"42105": {
"county": "Potter",
"fip": "42105",
"total_votes": 7205,
"votes": {
"Mitt Romney": 5199,
"Barack Obama": 1892,
"Jill Stein": 36,
"Gary Johnson": 78
},
"pct_reporting": "100"
},
"42065": {
"county": "Jefferson",
"fip": "42065",
"total_votes": 17072,
"votes": {
"Mitt Romney": 12288,
"Barack Obama": 4535,
"Jill Stein": 82,
"Gary Johnson": 167
},
"pct_reporting": "100"
},
"42057": {
"county": "Fulton",
"fip": "42057",
"total_votes": 6148,
"votes": {
"Mitt Romney": 4780,
"Barack Obama": 1297,
"Jill Stein": 21,
"Gary Johnson": 50
},
"pct_reporting": "100"
},
"42111": {
"county": "Somerset",
"fip": "42111",
"total_votes": 33875,
"votes": {
"Mitt Romney": 23935,
"Barack Obama": 9420,
"Jill Stein": 188,
"Gary Johnson": 332
},
"pct_reporting": "100"
},
"42099": {
"county": "Perry",
"fip": "42099",
"total_votes": 18240,
"votes": {
"Mitt Romney": 12511,
"Barack Obama": 5430,
"Jill Stein": 82,
"Gary Johnson": 217
},
"pct_reporting": "100"
},
"42131": {
"county": "Wyoming",
"fip": "42131",
"total_votes": 11214,
"votes": {
"Mitt Romney": 6189,
"Barack Obama": 4812,
"Jill Stein": 67,
"Gary Johnson": 146
},
"pct_reporting": "100"
},
"42061": {
"county": "Huntingdon",
"fip": "42061",
"total_votes": 17587,
"votes": {
"Mitt Romney": 11953,
"Barack Obama": 5383,
"Jill Stein": 116,
"Gary Johnson": 135
},
"pct_reporting": "100"
},
"42051": {
"county": "Fayette",
"fip": "42051",
"total_votes": 48196,
"votes": {
"Mitt Romney": 25845,
"Barack Obama": 21841,
"Jill Stein": 150,
"Gary Johnson": 360
},
"pct_reporting": "100"
},
"42021": {
"county": "Cambria",
"fip": "42021",
"total_votes": 57718,
"votes": {
"Mitt Romney": 33464,
"Barack Obama": 23181,
"Jill Stein": 386,
"Gary Johnson": 687
},
"pct_reporting": "100"
},
"42119": {
"county": "Union",
"fip": "42119",
"total_votes": 16187,
"votes": {
"Mitt Romney": 9863,
"Barack Obama": 6063,
"Jill Stein": 79,
"Gary Johnson": 182
},
"pct_reporting": "100"
},
"42023": {
"county": "Cameron",
"fip": "42023",
"total_votes": 1967,
"votes": {
"Mitt Romney": 1264,
"Barack Obama": 677,
"Jill Stein": 8,
"Gary Johnson": 18
},
"pct_reporting": "100"
},
"42127": {
"county": "Wayne",
"fip": "42127",
"total_votes": 20966,
"votes": {
"Mitt Romney": 12531,
"Barack Obama": 8138,
"Jill Stein": 112,
"Gary Johnson": 185
},
"pct_reporting": "100"
},
"42025": {
"county": "Carbon",
"fip": "42025",
"total_votes": 24232,
"votes": {
"Mitt Romney": 12710,
"Barack Obama": 11040,
"Jill Stein": 138,
"Gary Johnson": 344
},
"pct_reporting": "100"
},
"42009": {
"county": "Bedford",
"fip": "42009",
"total_votes": 21444,
"votes": {
"Mitt Romney": 16509,
"Barack Obama": 4730,
"Jill Stein": 63,
"Gary Johnson": 142
},
"pct_reporting": "100"
},
"42027": {
"county": "Centre",
"fip": "42027",
"total_votes": 68801,
"votes": {
"Mitt Romney": 33697,
"Barack Obama": 33677,
"Jill Stein": 396,
"Gary Johnson": 1031
},
"pct_reporting": "100"
},
"42007": {
"county": "Beaver",
"fip": "42007",
"total_votes": 80015,
"votes": {
"Mitt Romney": 42118,
"Barack Obama": 36833,
"Jill Stein": 278,
"Gary Johnson": 786
},
"pct_reporting": "100"
},
"42055": {
"county": "Franklin",
"fip": "42055",
"total_votes": 62802,
"votes": {
"Mitt Romney": 43072,
"Barack Obama": 18910,
"Jill Stein": 251,
"Gary Johnson": 569
},
"pct_reporting": "100"
},
"42005": {
"county": "Armstrong",
"fip": "42005",
"total_votes": 28322,
"votes": {
"Mitt Romney": 19231,
"Barack Obama": 8694,
"Jill Stein": 111,
"Gary Johnson": 286
},
"pct_reporting": "100"
},
"42053": {
"county": "Forest",
"fip": "42053",
"total_votes": 2308,
"votes": {
"Mitt Romney": 1381,
"Barack Obama": 894,
"Jill Stein": 10,
"Gary Johnson": 23
},
"pct_reporting": "100"
},
"42003": {
"county": "Allegheny",
"fip": "42003",
"total_votes": 614671,
"votes": {
"Mitt Romney": 259304,
"Barack Obama": 348151,
"Jill Stein": 2118,
"Gary Johnson": 5098
},
"pct_reporting": "100"
},
"42001": {
"county": "Adams",
"fip": "42001",
"total_votes": 41973,
"votes": {
"Mitt Romney": 26490,
"Barack Obama": 14893,
"Jill Stein": 161,
"Gary Johnson": 429
},
"pct_reporting": "100"
},
"42107": {
"county": "Schuylkill",
"fip": "42107",
"total_votes": 57505,
"votes": {
"Mitt Romney": 32156,
"Barack Obama": 24453,
"Jill Stein": 285,
"Gary Johnson": 611
},
"pct_reporting": "100"
},
"42087": {
"county": "Mifflin",
"fip": "42087",
"total_votes": 16311,
"votes": {
"Mitt Romney": 11893,
"Barack Obama": 4259,
"Jill Stein": 52,
"Gary Johnson": 107
},
"pct_reporting": "100"
},
"42029": {
"county": "Chester",
"fip": "42029",
"total_votes": 248295,
"votes": {
"Mitt Romney": 123280,
"Barack Obama": 122232,
"Jill Stein": 725,
"Gary Johnson": 2058
},
"pct_reporting": "99"
},
"42049": {
"county": "Erie",
"fip": "42049",
"total_votes": 112732,
"votes": {
"Mitt Romney": 46102,
"Barack Obama": 65136,
"Jill Stein": 448,
"Gary Johnson": 1046
},
"pct_reporting": "100"
},
"42069": {
"county": "Lackawanna",
"fip": "42069",
"total_votes": 97116,
"votes": {
"Mitt Romney": 34730,
"Barack Obama": 61309,
"Jill Stein": 341,
"Gary Johnson": 736
},
"pct_reporting": "100"
},
"42063": {
"county": "Indiana",
"fip": "42063",
"total_votes": 36180,
"votes": {
"Mitt Romney": 21187,
"Barack Obama": 14403,
"Jill Stein": 206,
"Gary Johnson": 384
},
"pct_reporting": "100"
},
"42081": {
"county": "Lycoming",
"fip": "42081",
"total_votes": 46214,
"votes": {
"Mitt Romney": 30490,
"Barack Obama": 15104,
"Jill Stein": 218,
"Gary Johnson": 402
},
"pct_reporting": "100"
},
"42043": {
"county": "Dauphin",
"fip": "42043",
"total_votes": 122625,
"votes": {
"Mitt Romney": 56838,
"Barack Obama": 64209,
"Jill Stein": 461,
"Gary Johnson": 1117
},
"pct_reporting": "100"
},
"42115": {
"county": "Susquehanna",
"fip": "42115",
"total_votes": 17930,
"votes": {
"Mitt Romney": 10735,
"Barack Obama": 6891,
"Jill Stein": 105,
"Gary Johnson": 199
},
"pct_reporting": "100"
},
"42041": {
"county": "Cumberland",
"fip": "42041",
"total_votes": 109964,
"votes": {
"Mitt Romney": 64365,
"Barack Obama": 43983,
"Jill Stein": 442,
"Gary Johnson": 1174
},
"pct_reporting": "100"
},
"42109": {
"county": "Snyder",
"fip": "42109",
"total_votes": 14962,
"votes": {
"Mitt Romney": 10050,
"Barack Obama": 4672,
"Jill Stein": 61,
"Gary Johnson": 179
},
"pct_reporting": "100"
},
"42047": {
"county": "Elk",
"fip": "42047",
"total_votes": 12425,
"votes": {
"Mitt Romney": 7099,
"Barack Obama": 5144,
"Jill Stein": 73,
"Gary Johnson": 109
},
"pct_reporting": "100"
},
"42045": {
"county": "Delaware",
"fip": "42045",
"total_votes": 272853,
"votes": {
"Mitt Romney": 105270,
"Barack Obama": 164805,
"Jill Stein": 868,
"Gary Johnson": 1910
},
"pct_reporting": "100"
}
},
"RI": {
"44005": {
"county": "Newport",
"fip": "44005",
"total_votes": 40545,
"votes": {
"Mitt Romney": 16343,
"Virgil Goode": 52,
"Peta Lindsay": 12,
"Jill Stein": 192,
"Rocky Anderson": 37,
"Barack Obama": 23507,
"Gary Johnson": 402
},
"pct_reporting": "100"
},
"44009": {
"county": "Washington",
"fip": "44009",
"total_votes": 60933,
"votes": {
"Mitt Romney": 24666,
"Virgil Goode": 71,
"Peta Lindsay": 21,
"Jill Stein": 420,
"Rocky Anderson": 65,
"Barack Obama": 34904,
"Gary Johnson": 786
},
"pct_reporting": "100"
},
"44007": {
"county": "Providence",
"fip": "44007",
"total_votes": 234092,
"votes": {
"Mitt Romney": 74344,
"Virgil Goode": 226,
"Peta Lindsay": 66,
"Jill Stein": 1203,
"Rocky Anderson": 202,
"Barack Obama": 156022,
"Gary Johnson": 2029
},
"pct_reporting": "100"
},
"44001": {
"county": "Bristol",
"fip": "44001",
"total_votes": 24563,
"votes": {
"Mitt Romney": 9216,
"Virgil Goode": 12,
"Peta Lindsay": 6,
"Jill Stein": 143,
"Rocky Anderson": 16,
"Barack Obama": 14943,
"Gary Johnson": 227
},
"pct_reporting": "100"
},
"44003": {
"county": "Kent",
"fip": "44003",
"total_votes": 77247,
"votes": {
"Mitt Romney": 30786,
"Virgil Goode": 91,
"Peta Lindsay": 19,
"Jill Stein": 412,
"Rocky Anderson": 83,
"Barack Obama": 44966,
"Gary Johnson": 890
},
"pct_reporting": "99"
}
},
"NV": {
"32033": {
"county": "White Pine",
"fip": "32033",
"total_votes": 3704,
"votes": {
"Mitt Romney": 2601,
"Virgil Goode": 41,
"Barack Obama": 983,
"Gary Johnson": 36,
" None of these candidates": 43
},
"pct_reporting": "100"
},
"32029": {
"county": "Storey",
"fip": "32029",
"total_votes": 2314,
"votes": {
"Mitt Romney": 1321,
"Virgil Goode": 17,
"Barack Obama": 920,
"Gary Johnson": 41,
" None of these candidates": 15
},
"pct_reporting": "100"
},
"32011": {
"county": "Eureka",
"fip": "32011",
"total_votes": 808,
"votes": {
"Mitt Romney": 663,
"Virgil Goode": 10,
"Barack Obama": 107,
"Gary Johnson": 9,
" None of these candidates": 19
},
"pct_reporting": "100"
},
"32023": {
"county": "Nye",
"fip": "32023",
"total_votes": 17522,
"votes": {
"Mitt Romney": 10566,
"Virgil Goode": 172,
"Barack Obama": 6320,
"Gary Johnson": 279,
" None of these candidates": 185
},
"pct_reporting": "100"
},
"32013": {
"county": "Humboldt",
"fip": "32013",
"total_votes": 5744,
"votes": {
"Mitt Romney": 3810,
"Virgil Goode": 56,
"Barack Obama": 1737,
"Gary Johnson": 61,
" None of these candidates": 80
},
"pct_reporting": "100"
},
"32027": {
"county": "Pershing",
"fip": "32027",
"total_votes": 1884,
"votes": {
"Mitt Romney": 1167,
"Virgil Goode": 30,
"Barack Obama": 632,
"Gary Johnson": 25,
" None of these candidates": 30
},
"pct_reporting": "100"
},
"32510": {
"county": "Carson City",
"fip": "32510",
"total_votes": 23318,
"votes": {
"Mitt Romney": 12394,
"Virgil Goode": 136,
"Barack Obama": 10290,
"Gary Johnson": 286,
" None of these candidates": 212
},
"pct_reporting": "100"
},
"32017": {
"county": "Lincoln",
"fip": "32017",
"total_votes": 2152,
"votes": {
"Mitt Romney": 1691,
"Virgil Goode": 25,
"Barack Obama": 400,
"Gary Johnson": 22,
" None of these candidates": 14
},
"pct_reporting": "100"
},
"32009": {
"county": "Esmeralda",
"fip": "32009",
"total_votes": 435,
"votes": {
"Mitt Romney": 317,
"Virgil Goode": 9,
"Barack Obama": 92,
"Gary Johnson": 14,
" None of these candidates": 3
},
"pct_reporting": "100"
},
"32015": {
"county": "Lander",
"fip": "32015",
"total_votes": 2165,
"votes": {
"Mitt Romney": 1580,
"Virgil Goode": 23,
"Barack Obama": 534,
"Gary Johnson": 11,
" None of these candidates": 17
},
"pct_reporting": "100"
},
"32021": {
"county": "Mineral",
"fip": "32021",
"total_votes": 2035,
"votes": {
"Mitt Romney": 1080,
"Virgil Goode": 33,
"Barack Obama": 863,
"Gary Johnson": 20,
" None of these candidates": 39
},
"pct_reporting": "100"
},
"32005": {
"county": "Douglas",
"fip": "32005",
"total_votes": 26054,
"votes": {
"Mitt Romney": 16264,
"Virgil Goode": 73,
"Barack Obama": 9288,
"Gary Johnson": 275,
" None of these candidates": 154
},
"pct_reporting": "100"
},
"32019": {
"county": "Lyon",
"fip": "32019",
"total_votes": 21465,
"votes": {
"Mitt Romney": 13520,
"Virgil Goode": 162,
"Barack Obama": 7380,
"Gary Johnson": 235,
" None of these candidates": 168
},
"pct_reporting": "100"
},
"32007": {
"county": "Elko",
"fip": "32007",
"total_votes": 15984,
"votes": {
"Mitt Romney": 12013,
"Virgil Goode": 147,
"Barack Obama": 3510,
"Gary Johnson": 174,
" None of these candidates": 140
},
"pct_reporting": "100"
},
"32001": {
"county": "Churchill",
"fip": "32001",
"total_votes": 10265,
"votes": {
"Mitt Romney": 7061,
"Virgil Goode": 76,
"Barack Obama": 2961,
"Gary Johnson": 84,
" None of these candidates": 83
},
"pct_reporting": "100"
},
"32031": {
"county": "Washoe",
"fip": "32031",
"total_votes": 186917,
"votes": {
"Mitt Romney": 88151,
"Virgil Goode": 537,
"Barack Obama": 94806,
"Gary Johnson": 2311,
" None of these candidates": 1112
},
"pct_reporting": "100"
},
"32003": {
"county": "Clark",
"fip": "32003",
"total_votes": 688339,
"votes": {
"Mitt Romney": 288223,
"Virgil Goode": 1687,
"Barack Obama": 387978,
"Gary Johnson": 7012,
" None of these candidates": 3439
},
"pct_reporting": "100"
}
},
"VA": {
"51177": {
"county": "Spotsylvania",
"fip": "51177",
"total_votes": 57797,
"votes": {
"Mitt Romney": 31818,
"Virgil Goode": 187,
"Barack Obama": 25150,
"Jill Stein": 141,
"Gary Johnson": 501
},
"pct_reporting": "100"
},
"51159": {
"county": "Richmond",
"fip": "51159",
"total_votes": 3768,
"votes": {
"Mitt Romney": 2160,
"Virgil Goode": 13,
"Barack Obama": 1574,
"Jill Stein": 5,
"Gary Johnson": 16
},
"pct_reporting": "100"
},
"51175": {
"county": "Southampton",
"fip": "51175",
"total_votes": 9261,
"votes": {
"Mitt Romney": 4733,
"Virgil Goode": 28,
"Barack Obama": 4437,
"Jill Stein": 15,
"Gary Johnson": 48
},
"pct_reporting": "100"
},
"51173": {
"county": "Smyth",
"fip": "51173",
"total_votes": 12751,
"votes": {
"Mitt Romney": 8376,
"Virgil Goode": 77,
"Barack Obama": 4169,
"Jill Stein": 32,
"Gary Johnson": 97
},
"pct_reporting": "100"
},
"51171": {
"county": "Shenandoah",
"fip": "51171",
"total_votes": 19289,
"votes": {
"Mitt Romney": 12526,
"Virgil Goode": 66,
"Barack Obama": 6462,
"Jill Stein": 62,
"Gary Johnson": 173
},
"pct_reporting": "100"
},
"51570": {
"county": "Colonial Heights",
"fip": "51570",
"total_votes": 8593,
"votes": {
"Mitt Romney": 5937,
"Virgil Goode": 23,
"Barack Obama": 2541,
"Jill Stein": 18,
"Gary Johnson": 74
},
"pct_reporting": "100"
},
"51049": {
"county": "Cumberland",
"fip": "51049",
"total_votes": 5040,
"votes": {
"Mitt Romney": 2538,
"Virgil Goode": 40,
"Barack Obama": 2422,
"Jill Stein": 14,
"Gary Johnson": 26
},
"pct_reporting": "100"
},
"51179": {
"county": "Stafford",
"fip": "51179",
"total_votes": 60338,
"votes": {
"Mitt Romney": 32429,
"Virgil Goode": 153,
"Barack Obama": 27130,
"Jill Stein": 115,
"Gary Johnson": 511
},
"pct_reporting": "100"
},
"51775": {
"county": "Salem",
"fip": "51775",
"total_votes": 12270,
"votes": {
"Mitt Romney": 7289,
"Virgil Goode": 89,
"Barack Obama": 4756,
"Jill Stein": 20,
"Gary Johnson": 116
},
"pct_reporting": "100"
},
"51069": {
"county": "Frederick",
"fip": "51069",
"total_votes": 36272,
"votes": {
"Mitt Romney": 22851,
"Virgil Goode": 206,
"Barack Obama": 12683,
"Jill Stein": 139,
"Gary Johnson": 393
},
"pct_reporting": "100"
},
"51770": {
"county": "Roanoke City",
"fip": "51770",
"total_votes": 37479,
"votes": {
"Mitt Romney": 14116,
"Virgil Goode": 642,
"Barack Obama": 22179,
"Jill Stein": 161,
"Gary Johnson": 381
},
"pct_reporting": "97"
},
"51065": {
"county": "Fluvanna",
"fip": "51065",
"total_votes": 12724,
"votes": {
"Mitt Romney": 6678,
"Virgil Goode": 49,
"Barack Obama": 5885,
"Jill Stein": 25,
"Gary Johnson": 87
},
"pct_reporting": "100"
},
"51067": {
"county": "Franklin",
"fip": "51067",
"total_votes": 26633,
"votes": {
"Mitt Romney": 16685,
"Virgil Goode": 688,
"Barack Obama": 9082,
"Jill Stein": 33,
"Gary Johnson": 145
},
"pct_reporting": "100"
},
"51670": {
"county": "Hopewell",
"fip": "51670",
"total_votes": 9011,
"votes": {
"Mitt Romney": 3737,
"Virgil Goode": 30,
"Barack Obama": 5178,
"Jill Stein": 22,
"Gary Johnson": 44
},
"pct_reporting": "100"
},
"51063": {
"county": "Floyd",
"fip": "51063",
"total_votes": 7626,
"votes": {
"Mitt Romney": 4671,
"Virgil Goode": 95,
"Barack Obama": 2732,
"Jill Stein": 32,
"Gary Johnson": 96
},
"pct_reporting": "100"
},
"51650": {
"county": "Hampton",
"fip": "51650",
"total_votes": 71713,
"votes": {
"Mitt Romney": 19193,
"Virgil Goode": 137,
"Barack Obama": 51733,
"Jill Stein": 113,
"Gary Johnson": 537
},
"pct_reporting": "100"
},
"51680": {
"county": "Lynchburg",
"fip": "51680",
"total_votes": 36242,
"votes": {
"Mitt Romney": 19752,
"Virgil Goode": 142,
"Barack Obama": 15905,
"Jill Stein": 43,
"Gary Johnson": 400
},
"pct_reporting": "100"
},
"51683": {
"county": "Manassas",
"fip": "51683",
"total_votes": 15154,
"votes": {
"Mitt Romney": 6463,
"Virgil Goode": 37,
"Barack Obama": 8478,
"Jill Stein": 28,
"Gary Johnson": 148
},
"pct_reporting": "100"
},
"51685": {
"county": "Manassas Park",
"fip": "51685",
"total_votes": 4627,
"votes": {
"Mitt Romney": 1696,
"Virgil Goode": 14,
"Barack Obama": 2873,
"Jill Stein": 7,
"Gary Johnson": 37
},
"pct_reporting": "100"
},
"51610": {
"county": "Falls Church",
"fip": "51610",
"total_votes": 7244,
"votes": {
"Mitt Romney": 2141,
"Virgil Goode": 11,
"Barack Obama": 5006,
"Jill Stein": 25,
"Gary Johnson": 61
},
"pct_reporting": "100"
},
"51161": {
"county": "Roanoke",
"fip": "51161",
"total_votes": 53793,
"votes": {
"Mitt Romney": 33344,
"Virgil Goode": 376,
"Barack Obama": 19589,
"Jill Stein": 98,
"Gary Johnson": 386
},
"pct_reporting": "100"
},
"51163": {
"county": "Rockbridge",
"fip": "51163",
"total_votes": 10155,
"votes": {
"Mitt Romney": 5898,
"Virgil Goode": 67,
"Barack Obama": 4087,
"Jill Stein": 21,
"Gary Johnson": 82
},
"pct_reporting": "100"
},
"51165": {
"county": "Rockingham",
"fip": "51165",
"total_votes": 34783,
"votes": {
"Mitt Romney": 24173,
"Virgil Goode": 127,
"Barack Obama": 10059,
"Jill Stein": 102,
"Gary Johnson": 322
},
"pct_reporting": "100"
},
"51167": {
"county": "Russell",
"fip": "51167",
"total_votes": 12063,
"votes": {
"Mitt Romney": 8177,
"Virgil Goode": 75,
"Barack Obama": 3716,
"Jill Stein": 29,
"Gary Johnson": 66
},
"pct_reporting": "100"
},
"51595": {
"county": "Emporia",
"fip": "51595",
"total_votes": 2691,
"votes": {
"Mitt Romney": 886,
"Virgil Goode": 6,
"Barack Obama": 1793,
"Jill Stein": 3,
"Gary Johnson": 3
},
"pct_reporting": "100"
},
"51157": {
"county": "Rappahannock",
"fip": "51157",
"total_votes": 4331,
"votes": {
"Mitt Romney": 2307,
"Virgil Goode": 11,
"Barack Obama": 1971,
"Jill Stein": 9,
"Gary Johnson": 33
},
"pct_reporting": "100"
},
"51760": {
"county": "Richmond City",
"fip": "51760",
"total_votes": 92175,
"votes": {
"Mitt Romney": 19732,
"Virgil Goode": 163,
"Barack Obama": 71037,
"Jill Stein": 292,
"Gary Johnson": 951
},
"pct_reporting": "99"
},
"51079": {
"county": "Greene",
"fip": "51079",
"total_votes": 8993,
"votes": {
"Mitt Romney": 5558,
"Virgil Goode": 48,
"Barack Obama": 3284,
"Jill Stein": 22,
"Gary Johnson": 81
},
"pct_reporting": "100"
},
"51077": {
"county": "Grayson",
"fip": "51077",
"total_votes": 7146,
"votes": {
"Mitt Romney": 4801,
"Virgil Goode": 133,
"Barack Obama": 2094,
"Jill Stein": 47,
"Gary Johnson": 71
},
"pct_reporting": "100"
},
"51075": {
"county": "Goochland",
"fip": "51075",
"total_votes": 13287,
"votes": {
"Mitt Romney": 8448,
"Virgil Goode": 43,
"Barack Obama": 4676,
"Jill Stein": 30,
"Gary Johnson": 90
},
"pct_reporting": "100"
},
"51073": {
"county": "Gloucester",
"fip": "51073",
"total_votes": 19246,
"votes": {
"Mitt Romney": 12137,
"Virgil Goode": 81,
"Barack Obama": 6764,
"Jill Stein": 57,
"Gary Johnson": 207
},
"pct_reporting": "100"
},
"51071": {
"county": "Giles",
"fip": "51071",
"total_votes": 7544,
"votes": {
"Mitt Romney": 4660,
"Virgil Goode": 66,
"Barack Obama": 2730,
"Jill Stein": 23,
"Gary Johnson": 65
},
"pct_reporting": "100"
},
"51510": {
"county": "Alexandria",
"fip": "51510",
"total_votes": 73470,
"votes": {
"Mitt Romney": 20205,
"Virgil Goode": 95,
"Barack Obama": 52434,
"Jill Stein": 185,
"Gary Johnson": 551
},
"pct_reporting": "100"
},
"51690": {
"county": "Martinsville",
"fip": "51690",
"total_votes": 6277,
"votes": {
"Mitt Romney": 2312,
"Virgil Goode": 83,
"Barack Obama": 3855,
"Jill Stein": 10,
"Gary Johnson": 17
},
"pct_reporting": "100"
},
"51840": {
"county": "Winchester",
"fip": "51840",
"total_votes": 10254,
"votes": {
"Mitt Romney": 4943,
"Virgil Goode": 66,
"Barack Obama": 5089,
"Jill Stein": 48,
"Gary Johnson": 108
},
"pct_reporting": "100"
},
"51515": {
"county": "Bedford City",
"fip": "51515",
"total_votes": 2798,
"votes": {
"Mitt Romney": 1527,
"Virgil Goode": 23,
"Barack Obama": 1225,
"Jill Stein": 4,
"Gary Johnson": 19
},
"pct_reporting": "100"
},
"51199": {
"county": "York",
"fip": "51199",
"total_votes": 33848,
"votes": {
"Mitt Romney": 20182,
"Virgil Goode": 86,
"Barack Obama": 13165,
"Jill Stein": 64,
"Gary Johnson": 351
},
"pct_reporting": "100"
},
"51195": {
"county": "Wise",
"fip": "51195",
"total_votes": 14937,
"votes": {
"Mitt Romney": 11041,
"Virgil Goode": 62,
"Barack Obama": 3751,
"Jill Stein": 20,
"Gary Johnson": 63
},
"pct_reporting": "100"
},
"51197": {
"county": "Wythe",
"fip": "51197",
"total_votes": 12336,
"votes": {
"Mitt Romney": 8324,
"Virgil Goode": 128,
"Barack Obama": 3782,
"Jill Stein": 28,
"Gary Johnson": 74
},
"pct_reporting": "100"
},
"51191": {
"county": "Washington",
"fip": "51191",
"total_votes": 25582,
"votes": {
"Mitt Romney": 18141,
"Virgil Goode": 131,
"Barack Obama": 7076,
"Jill Stein": 50,
"Gary Johnson": 184
},
"pct_reporting": "100"
},
"51193": {
"county": "Westmoreland",
"fip": "51193",
"total_votes": 8689,
"votes": {
"Mitt Romney": 4116,
"Virgil Goode": 361,
"Barack Obama": 4155,
"Jill Stein": 17,
"Gary Johnson": 40
},
"pct_reporting": "100"
},
"51115": {
"county": "Mathews",
"fip": "51115",
"total_votes": 5364,
"votes": {
"Mitt Romney": 3488,
"Virgil Goode": 16,
"Barack Obama": 1807,
"Jill Stein": 13,
"Gary Johnson": 40
},
"pct_reporting": "100"
},
"51117": {
"county": "Mecklenburg",
"fip": "51117",
"total_votes": 14813,
"votes": {
"Mitt Romney": 7855,
"Virgil Goode": 101,
"Barack Obama": 6786,
"Jill Stein": 21,
"Gary Johnson": 50
},
"pct_reporting": "100"
},
"51750": {
"county": "Radford",
"fip": "51750",
"total_votes": 5382,
"votes": {
"Mitt Romney": 2520,
"Virgil Goode": 40,
"Barack Obama": 2732,
"Jill Stein": 15,
"Gary Johnson": 75
},
"pct_reporting": "100"
},
"51111": {
"county": "Lunenburg",
"fip": "51111",
"total_votes": 5726,
"votes": {
"Mitt Romney": 2969,
"Virgil Goode": 40,
"Barack Obama": 2684,
"Jill Stein": 11,
"Gary Johnson": 22
},
"pct_reporting": "100"
},
"51113": {
"county": "Madison",
"fip": "51113",
"total_votes": 6597,
"votes": {
"Mitt Romney": 3864,
"Virgil Goode": 40,
"Barack Obama": 2637,
"Jill Stein": 13,
"Gary Johnson": 43
},
"pct_reporting": "100"
},
"51043": {
"county": "Clarke",
"fip": "51043",
"total_votes": 7731,
"votes": {
"Mitt Romney": 4295,
"Virgil Goode": 38,
"Barack Obama": 3237,
"Jill Stein": 43,
"Gary Johnson": 118
},
"pct_reporting": "100"
},
"51590": {
"county": "Danville",
"fip": "51590",
"total_votes": 20169,
"votes": {
"Mitt Romney": 7756,
"Virgil Goode": 110,
"Barack Obama": 12215,
"Jill Stein": 33,
"Gary Johnson": 55
},
"pct_reporting": "100"
},
"51041": {
"county": "Chesterfield",
"fip": "51041",
"total_votes": 172223,
"votes": {
"Mitt Romney": 91174,
"Virgil Goode": 419,
"Barack Obama": 78954,
"Jill Stein": 280,
"Gary Johnson": 1396
},
"pct_reporting": "100"
},
"51119": {
"county": "Middlesex",
"fip": "51119",
"total_votes": 6067,
"votes": {
"Mitt Romney": 3619,
"Virgil Goode": 20,
"Barack Obama": 2370,
"Jill Stein": 15,
"Gary Johnson": 43
},
"pct_reporting": "100"
},
"51045": {
"county": "Craig",
"fip": "51045",
"total_votes": 2664,
"votes": {
"Mitt Romney": 1757,
"Virgil Goode": 55,
"Barack Obama": 830,
"Jill Stein": 1,
"Gary Johnson": 21
},
"pct_reporting": "100"
},
"51630": {
"county": "Fredericksburg",
"fip": "51630",
"total_votes": 11396,
"votes": {
"Mitt Romney": 4054,
"Virgil Goode": 23,
"Barack Obama": 7114,
"Jill Stein": 57,
"Gary Johnson": 148
},
"pct_reporting": "100"
},
"51600": {
"county": "Fairfax City",
"fip": "51600",
"total_votes": 11577,
"votes": {
"Mitt Romney": 4762,
"Virgil Goode": 18,
"Barack Obama": 6636,
"Jill Stein": 38,
"Gary Johnson": 123
},
"pct_reporting": "100"
},
"51149": {
"county": "Prince George",
"fip": "51149",
"total_votes": 17180,
"votes": {
"Mitt Romney": 9350,
"Virgil Goode": 48,
"Barack Obama": 7671,
"Jill Stein": 38,
"Gary Johnson": 73
},
"pct_reporting": "100"
},
"51057": {
"county": "Essex",
"fip": "51057",
"total_votes": 5666,
"votes": {
"Mitt Romney": 2602,
"Virgil Goode": 20,
"Barack Obama": 3009,
"Jill Stein": 8,
"Gary Johnson": 27
},
"pct_reporting": "100"
},
"51051": {
"county": "Dickenson",
"fip": "51051",
"total_votes": 6878,
"votes": {
"Mitt Romney": 4274,
"Virgil Goode": 51,
"Barack Obama": 2472,
"Jill Stein": 24,
"Gary Johnson": 57
},
"pct_reporting": "100"
},
"51620": {
"county": "Franklin City",
"fip": "51620",
"total_votes": 4351,
"votes": {
"Mitt Romney": 1496,
"Virgil Goode": 10,
"Barack Obama": 2830,
"Jill Stein": 4,
"Gary Johnson": 11
},
"pct_reporting": "100"
},
"51187": {
"county": "Warren",
"fip": "51187",
"total_votes": 16636,
"votes": {
"Mitt Romney": 9865,
"Virgil Goode": 91,
"Barack Obama": 6449,
"Jill Stein": 46,
"Gary Johnson": 185
},
"pct_reporting": "100"
},
"51185": {
"county": "Tazewell",
"fip": "51185",
"total_votes": 17712,
"votes": {
"Mitt Romney": 13843,
"Virgil Goode": 73,
"Barack Obama": 3661,
"Jill Stein": 35,
"Gary Johnson": 100
},
"pct_reporting": "100"
},
"51059": {
"county": "Fairfax",
"fip": "51059",
"total_votes": 440174,
"votes": {
"Mitt Romney": 173786,
"Virgil Goode": 621,
"Barack Obama": 260835,
"Jill Stein": 1114,
"Gary Johnson": 3818
},
"pct_reporting": "100"
},
"51181": {
"county": "Surry",
"fip": "51181",
"total_votes": 4302,
"votes": {
"Mitt Romney": 1671,
"Virgil Goode": 13,
"Barack Obama": 2574,
"Jill Stein": 13,
"Gary Johnson": 31
},
"pct_reporting": "100"
},
"51107": {
"county": "Loudoun",
"fip": "51107",
"total_votes": 158648,
"votes": {
"Mitt Romney": 74794,
"Virgil Goode": 215,
"Barack Obama": 81900,
"Jill Stein": 352,
"Gary Johnson": 1387
},
"pct_reporting": "100"
},
"51105": {
"county": "Lee",
"fip": "51105",
"total_votes": 9588,
"votes": {
"Mitt Romney": 6845,
"Virgil Goode": 67,
"Barack Obama": 2593,
"Jill Stein": 24,
"Gary Johnson": 59
},
"pct_reporting": "100"
},
"51103": {
"county": "Lancaster",
"fip": "51103",
"total_votes": 7052,
"votes": {
"Mitt Romney": 3749,
"Virgil Goode": 118,
"Barack Obama": 3144,
"Jill Stein": 12,
"Gary Johnson": 29
},
"pct_reporting": "100"
},
"51101": {
"county": "King William",
"fip": "51101",
"total_votes": 8865,
"votes": {
"Mitt Romney": 5445,
"Virgil Goode": 27,
"Barack Obama": 3326,
"Jill Stein": 12,
"Gary Johnson": 55
},
"pct_reporting": "100"
},
"51580": {
"county": "Covington",
"fip": "51580",
"total_votes": 2329,
"votes": {
"Mitt Romney": 975,
"Virgil Goode": 20,
"Barack Obama": 1319,
"Jill Stein": 2,
"Gary Johnson": 13
},
"pct_reporting": "100"
},
"51740": {
"county": "Portsmouth",
"fip": "51740",
"total_votes": 41860,
"votes": {
"Mitt Romney": 12407,
"Virgil Goode": 88,
"Barack Obama": 28994,
"Jill Stein": 73,
"Gary Johnson": 298
},
"pct_reporting": "100"
},
"51109": {
"county": "Louisa",
"fip": "51109",
"total_votes": 16404,
"votes": {
"Mitt Romney": 9207,
"Virgil Goode": 90,
"Barack Obama": 6949,
"Jill Stein": 48,
"Gary Johnson": 110
},
"pct_reporting": "100"
},
"51820": {
"county": "Waynesboro",
"fip": "51820",
"total_votes": 8772,
"votes": {
"Mitt Romney": 4789,
"Virgil Goode": 35,
"Barack Obama": 3836,
"Jill Stein": 18,
"Gary Johnson": 94
},
"pct_reporting": "100"
},
"51530": {
"county": "Buena Vista",
"fip": "51530",
"total_votes": 2526,
"votes": {
"Mitt Romney": 1564,
"Virgil Goode": 18,
"Barack Obama": 919,
"Jill Stein": 8,
"Gary Johnson": 17
},
"pct_reporting": "100"
},
"51021": {
"county": "Bland",
"fip": "51021",
"total_votes": 2937,
"votes": {
"Mitt Romney": 2144,
"Virgil Goode": 28,
"Barack Obama": 735,
"Jill Stein": 11,
"Gary Johnson": 19
},
"pct_reporting": "100"
},
"51023": {
"county": "Botetourt",
"fip": "51023",
"total_votes": 18208,
"votes": {
"Mitt Romney": 12471,
"Virgil Goode": 164,
"Barack Obama": 5449,
"Jill Stein": 26,
"Gary Johnson": 98
},
"pct_reporting": "100"
},
"51025": {
"county": "Brunswick",
"fip": "51025",
"total_votes": 8029,
"votes": {
"Mitt Romney": 2965,
"Virgil Goode": 36,
"Barack Obama": 4993,
"Jill Stein": 12,
"Gary Johnson": 23
},
"pct_reporting": "100"
},
"51027": {
"county": "Buchanan",
"fip": "51027",
"total_votes": 9636,
"votes": {
"Mitt Romney": 6436,
"Virgil Goode": 52,
"Barack Obama": 3094,
"Jill Stein": 10,
"Gary Johnson": 44
},
"pct_reporting": "100"
},
"51029": {
"county": "Buckingham",
"fip": "51029",
"total_votes": 7447,
"votes": {
"Mitt Romney": 3569,
"Virgil Goode": 73,
"Barack Obama": 3747,
"Jill Stein": 20,
"Gary Johnson": 38
},
"pct_reporting": "100"
},
"51133": {
"county": "Northumberland",
"fip": "51133",
"total_votes": 7542,
"votes": {
"Mitt Romney": 4308,
"Virgil Goode": 16,
"Barack Obama": 3186,
"Jill Stein": 9,
"Gary Johnson": 23
},
"pct_reporting": "100"
},
"51131": {
"county": "Northampton",
"fip": "51131",
"total_votes": 6481,
"votes": {
"Mitt Romney": 2676,
"Virgil Goode": 16,
"Barack Obama": 3737,
"Jill Stein": 19,
"Gary Johnson": 33
},
"pct_reporting": "100"
},
"51047": {
"county": "Culpeper",
"fip": "51047",
"total_votes": 20131,
"votes": {
"Mitt Romney": 11549,
"Virgil Goode": 73,
"Barack Obama": 8263,
"Jill Stein": 46,
"Gary Johnson": 200
},
"pct_reporting": "100"
},
"51137": {
"county": "Orange",
"fip": "51137",
"total_votes": 16330,
"votes": {
"Mitt Romney": 9244,
"Virgil Goode": 79,
"Barack Obama": 6870,
"Jill Stein": 31,
"Gary Johnson": 106
},
"pct_reporting": "100"
},
"51135": {
"county": "Nottoway",
"fip": "51135",
"total_votes": 6844,
"votes": {
"Mitt Romney": 3409,
"Virgil Goode": 48,
"Barack Obama": 3344,
"Jill Stein": 11,
"Gary Johnson": 32
},
"pct_reporting": "100"
},
"51169": {
"county": "Scott",
"fip": "51169",
"total_votes": 9964,
"votes": {
"Mitt Romney": 7439,
"Virgil Goode": 43,
"Barack Obama": 2395,
"Jill Stein": 25,
"Gary Johnson": 62
},
"pct_reporting": "100"
},
"51678": {
"county": "Lexington",
"fip": "51678",
"total_votes": 2677,
"votes": {
"Mitt Romney": 1146,
"Virgil Goode": 11,
"Barack Obama": 1484,
"Jill Stein": 8,
"Gary Johnson": 28
},
"pct_reporting": "100"
},
"51139": {
"county": "Page",
"fip": "51139",
"total_votes": 10205,
"votes": {
"Mitt Romney": 6344,
"Virgil Goode": 38,
"Barack Obama": 3724,
"Jill Stein": 25,
"Gary Johnson": 74
},
"pct_reporting": "100"
},
"51735": {
"county": "Poquoson",
"fip": "51735",
"total_votes": 7098,
"votes": {
"Mitt Romney": 5312,
"Virgil Goode": 7,
"Barack Obama": 1679,
"Jill Stein": 15,
"Gary Johnson": 85
},
"pct_reporting": "100"
},
"51730": {
"county": "Petersburg",
"fip": "51730",
"total_votes": 15977,
"votes": {
"Mitt Romney": 1526,
"Virgil Goode": 18,
"Barack Obama": 14377,
"Jill Stein": 17,
"Gary Johnson": 39
},
"pct_reporting": "100"
},
"51520": {
"county": "Bristol",
"fip": "51520",
"total_votes": 7356,
"votes": {
"Mitt Romney": 4776,
"Virgil Goode": 31,
"Barack Obama": 2487,
"Jill Stein": 11,
"Gary Johnson": 51
},
"pct_reporting": "100"
},
"51830": {
"county": "Williamsburg",
"fip": "51830",
"total_votes": 7722,
"votes": {
"Mitt Romney": 2678,
"Virgil Goode": 15,
"Barack Obama": 4901,
"Jill Stein": 30,
"Gary Johnson": 98
},
"pct_reporting": "100"
},
"51033": {
"county": "Caroline",
"fip": "51033",
"total_votes": 13590,
"votes": {
"Mitt Romney": 6148,
"Virgil Goode": 59,
"Barack Obama": 7258,
"Jill Stein": 30,
"Gary Johnson": 95
},
"pct_reporting": "100"
},
"51031": {
"county": "Campbell",
"fip": "51031",
"total_votes": 25632,
"votes": {
"Mitt Romney": 17687,
"Virgil Goode": 149,
"Barack Obama": 7591,
"Jill Stein": 35,
"Gary Johnson": 170
},
"pct_reporting": "100"
},
"51036": {
"county": "Charles City",
"fip": "51036",
"total_votes": 4213,
"votes": {
"Mitt Romney": 1396,
"Virgil Goode": 10,
"Barack Obama": 2772,
"Jill Stein": 6,
"Gary Johnson": 29
},
"pct_reporting": "100"
},
"51037": {
"county": "Charlotte",
"fip": "51037",
"total_votes": 5897,
"votes": {
"Mitt Romney": 3311,
"Virgil Goode": 51,
"Barack Obama": 2502,
"Jill Stein": 17,
"Gary Johnson": 16
},
"pct_reporting": "100"
},
"51035": {
"county": "Carroll",
"fip": "51035",
"total_votes": 12315,
"votes": {
"Mitt Romney": 8351,
"Virgil Goode": 269,
"Barack Obama": 3500,
"Jill Stein": 91,
"Gary Johnson": 104
},
"pct_reporting": "100"
},
"51061": {
"county": "Fauquier",
"fip": "51061",
"total_votes": 35339,
"votes": {
"Mitt Romney": 20955,
"Virgil Goode": 77,
"Barack Obama": 13891,
"Jill Stein": 93,
"Gary Johnson": 323
},
"pct_reporting": "100"
},
"51053": {
"county": "Dinwiddie",
"fip": "51053",
"total_votes": 13339,
"votes": {
"Mitt Romney": 6769,
"Virgil Goode": 56,
"Barack Obama": 6425,
"Jill Stein": 30,
"Gary Johnson": 59
},
"pct_reporting": "100"
},
"51640": {
"county": "Galax",
"fip": "51640",
"total_votes": 2273,
"votes": {
"Mitt Romney": 1332,
"Virgil Goode": 23,
"Barack Obama": 900,
"Jill Stein": 3,
"Gary Johnson": 15
},
"pct_reporting": "100"
},
"51125": {
"county": "Nelson",
"fip": "51125",
"total_votes": 8225,
"votes": {
"Mitt Romney": 3944,
"Virgil Goode": 39,
"Barack Obama": 4171,
"Jill Stein": 17,
"Gary Johnson": 54
},
"pct_reporting": "100"
},
"51720": {
"county": "Norton",
"fip": "51720",
"total_votes": 1486,
"votes": {
"Mitt Romney": 895,
"Virgil Goode": 5,
"Barack Obama": 566,
"Jill Stein": 5,
"Gary Johnson": 15
},
"pct_reporting": "100"
},
"51127": {
"county": "New Kent",
"fip": "51127",
"total_votes": 10941,
"votes": {
"Mitt Romney": 7246,
"Virgil Goode": 34,
"Barack Obama": 3555,
"Jill Stein": 24,
"Gary Johnson": 82
},
"pct_reporting": "100"
},
"51121": {
"county": "Montgomery",
"fip": "51121",
"total_votes": 40938,
"votes": {
"Mitt Romney": 20006,
"Virgil Goode": 196,
"Barack Obama": 19903,
"Jill Stein": 123,
"Gary Johnson": 710
},
"pct_reporting": "100"
},
"51800": {
"county": "Suffolk",
"fip": "51800",
"total_votes": 42381,
"votes": {
"Mitt Romney": 17778,
"Virgil Goode": 100,
"Barack Obama": 24194,
"Jill Stein": 55,
"Gary Johnson": 254
},
"pct_reporting": "100"
},
"51183": {
"county": "Sussex",
"fip": "51183",
"total_votes": 5421,
"votes": {
"Mitt Romney": 2021,
"Virgil Goode": 24,
"Barack Obama": 3350,
"Jill Stein": 10,
"Gary Johnson": 16
},
"pct_reporting": "100"
},
"51790": {
"county": "Staunton",
"fip": "51790",
"total_votes": 11154,
"votes": {
"Mitt Romney": 5257,
"Virgil Goode": 38,
"Barack Obama": 5710,
"Jill Stein": 30,
"Gary Johnson": 119
},
"pct_reporting": "100"
},
"51009": {
"county": "Amherst",
"fip": "51009",
"total_votes": 14937,
"votes": {
"Mitt Romney": 8865,
"Virgil Goode": 71,
"Barack Obama": 5898,
"Jill Stein": 18,
"Gary Johnson": 85
},
"pct_reporting": "100"
},
"51710": {
"county": "Norfolk",
"fip": "51710",
"total_votes": 77925,
"votes": {
"Mitt Romney": 21366,
"Virgil Goode": 130,
"Barack Obama": 55654,
"Jill Stein": 169,
"Gary Johnson": 606
},
"pct_reporting": "96"
},
"51007": {
"county": "Amelia",
"fip": "51007",
"total_votes": 6885,
"votes": {
"Mitt Romney": 4324,
"Virgil Goode": 26,
"Barack Obama": 2488,
"Jill Stein": 10,
"Gary Johnson": 37
},
"pct_reporting": "100"
},
"51005": {
"county": "Alleghany",
"fip": "51005",
"total_votes": 7162,
"votes": {
"Mitt Romney": 3595,
"Virgil Goode": 78,
"Barack Obama": 3403,
"Jill Stein": 24,
"Gary Johnson": 62
},
"pct_reporting": "100"
},
"51003": {
"county": "Albemarle",
"fip": "51003",
"total_votes": 53732,
"votes": {
"Mitt Romney": 23263,
"Virgil Goode": 141,
"Barack Obama": 29712,
"Jill Stein": 135,
"Gary Johnson": 481
},
"pct_reporting": "100"
},
"51550": {
"county": "Chesapeake",
"fip": "51550",
"total_votes": 110105,
"votes": {
"Mitt Romney": 53845,
"Virgil Goode": 212,
"Barack Obama": 54999,
"Jill Stein": 197,
"Gary Johnson": 852
},
"pct_reporting": "100"
},
"51001": {
"county": "Accomack",
"fip": "51001",
"total_votes": 16020,
"votes": {
"Mitt Romney": 8212,
"Virgil Goode": 35,
"Barack Obama": 7653,
"Jill Stein": 37,
"Gary Johnson": 83
},
"pct_reporting": "100"
},
"51087": {
"county": "Henrico",
"fip": "51087",
"total_votes": 161195,
"votes": {
"Mitt Romney": 70235,
"Virgil Goode": 366,
"Barack Obama": 89116,
"Jill Stein": 295,
"Gary Johnson": 1183
},
"pct_reporting": "100"
},
"51085": {
"county": "Hanover",
"fip": "51085",
"total_votes": 58936,
"votes": {
"Mitt Romney": 39920,
"Virgil Goode": 141,
"Barack Obama": 18283,
"Jill Stein": 123,
"Gary Johnson": 469
},
"pct_reporting": "100"
},
"51660": {
"county": "Harrisonburg",
"fip": "51660",
"total_votes": 15541,
"votes": {
"Mitt Romney": 6564,
"Virgil Goode": 37,
"Barack Obama": 8650,
"Jill Stein": 75,
"Gary Johnson": 215
},
"pct_reporting": "100"
},
"51083": {
"county": "Halifax",
"fip": "51083",
"total_votes": 16663,
"votes": {
"Mitt Romney": 8699,
"Virgil Goode": 104,
"Barack Obama": 7760,
"Jill Stein": 35,
"Gary Johnson": 65
},
"pct_reporting": "100"
},
"51081": {
"county": "Greensville",
"fip": "51081",
"total_votes": 4925,
"votes": {
"Mitt Romney": 1766,
"Virgil Goode": 8,
"Barack Obama": 3135,
"Jill Stein": 6,
"Gary Johnson": 10
},
"pct_reporting": "100"
},
"51153": {
"county": "Prince William",
"fip": "51153",
"total_votes": 179648,
"votes": {
"Mitt Romney": 74371,
"Virgil Goode": 365,
"Barack Obama": 103161,
"Jill Stein": 381,
"Gary Johnson": 1370
},
"pct_reporting": "99"
},
"51155": {
"county": "Pulaski",
"fip": "51155",
"total_votes": 14657,
"votes": {
"Mitt Romney": 8917,
"Virgil Goode": 242,
"Barack Obama": 5287,
"Jill Stein": 75,
"Gary Johnson": 136
},
"pct_reporting": "100"
},
"51089": {
"county": "Henry",
"fip": "51089",
"total_votes": 24927,
"votes": {
"Mitt Romney": 13980,
"Virgil Goode": 480,
"Barack Obama": 10312,
"Jill Stein": 27,
"Gary Johnson": 128
},
"pct_reporting": "100"
},
"51810": {
"county": "Virginia Beach",
"fip": "51810",
"total_votes": 195823,
"votes": {
"Mitt Romney": 99107,
"Virgil Goode": 379,
"Barack Obama": 94163,
"Jill Stein": 368,
"Gary Johnson": 1806
},
"pct_reporting": "100"
},
"51143": {
"county": "Pittsylvania",
"fip": "51143",
"total_votes": 30578,
"votes": {
"Mitt Romney": 19275,
"Virgil Goode": 280,
"Barack Obama": 10855,
"Jill Stein": 30,
"Gary Johnson": 138
},
"pct_reporting": "100"
},
"51700": {
"county": "Newport News",
"fip": "51700",
"total_votes": 79169,
"votes": {
"Mitt Romney": 27224,
"Virgil Goode": 142,
"Barack Obama": 50990,
"Jill Stein": 122,
"Gary Johnson": 691
},
"pct_reporting": "100"
},
"51019": {
"county": "Bedford",
"fip": "51019",
"total_votes": 40750,
"votes": {
"Mitt Romney": 29281,
"Virgil Goode": 239,
"Barack Obama": 10925,
"Jill Stein": 64,
"Gary Johnson": 241
},
"pct_reporting": "100"
},
"51011": {
"county": "Appomattox",
"fip": "51011",
"total_votes": 7924,
"votes": {
"Mitt Romney": 5340,
"Virgil Goode": 58,
"Barack Obama": 2453,
"Jill Stein": 27,
"Gary Johnson": 46
},
"pct_reporting": "100"
},
"51013": {
"county": "Arlington",
"fip": "51013",
"total_votes": 117279,
"votes": {
"Mitt Romney": 34433,
"Virgil Goode": 126,
"Barack Obama": 81178,
"Jill Stein": 366,
"Gary Johnson": 1176
},
"pct_reporting": "100"
},
"51015": {
"county": "Augusta",
"fip": "51015",
"total_votes": 33614,
"votes": {
"Mitt Romney": 23614,
"Virgil Goode": 163,
"Barack Obama": 9448,
"Jill Stein": 76,
"Gary Johnson": 313
},
"pct_reporting": "100"
},
"51540": {
"county": "Charlottesville",
"fip": "51540",
"total_votes": 21455,
"votes": {
"Mitt Romney": 4801,
"Virgil Goode": 44,
"Barack Obama": 16267,
"Jill Stein": 107,
"Gary Johnson": 236
},
"pct_reporting": "100"
},
"51017": {
"county": "Bath",
"fip": "51017",
"total_votes": 2218,
"votes": {
"Mitt Romney": 1274,
"Virgil Goode": 27,
"Barack Obama": 894,
"Jill Stein": 9,
"Gary Johnson": 14
},
"pct_reporting": "100"
},
"51091": {
"county": "Highland",
"fip": "51091",
"total_votes": 1411,
"votes": {
"Mitt Romney": 924,
"Virgil Goode": 13,
"Barack Obama": 459,
"Jill Stein": 3,
"Gary Johnson": 12
},
"pct_reporting": "100"
},
"51093": {
"county": "Isle of Wight",
"fip": "51093",
"total_votes": 20772,
"votes": {
"Mitt Romney": 11797,
"Virgil Goode": 53,
"Barack Obama": 8754,
"Jill Stein": 31,
"Gary Johnson": 137
},
"pct_reporting": "100"
},
"51095": {
"county": "James City",
"fip": "51095",
"total_votes": 41134,
"votes": {
"Mitt Romney": 22830,
"Virgil Goode": 50,
"Barack Obama": 17854,
"Jill Stein": 69,
"Gary Johnson": 331
},
"pct_reporting": "100"
},
"51097": {
"county": "King and Queen",
"fip": "51097",
"total_votes": 3645,
"votes": {
"Mitt Romney": 1863,
"Virgil Goode": 14,
"Barack Obama": 1743,
"Jill Stein": 12,
"Gary Johnson": 13
},
"pct_reporting": "100"
},
"51099": {
"county": "King George",
"fip": "51099",
"total_votes": 11287,
"votes": {
"Mitt Romney": 6603,
"Virgil Goode": 38,
"Barack Obama": 4476,
"Jill Stein": 33,
"Gary Johnson": 137
},
"pct_reporting": "100"
},
"51141": {
"county": "Patrick",
"fip": "51141",
"total_votes": 8241,
"votes": {
"Mitt Romney": 5622,
"Virgil Goode": 153,
"Barack Obama": 2417,
"Jill Stein": 11,
"Gary Johnson": 38
},
"pct_reporting": "100"
},
"51147": {
"county": "Prince Edward",
"fip": "51147",
"total_votes": 9224,
"votes": {
"Mitt Romney": 3952,
"Virgil Goode": 52,
"Barack Obama": 5132,
"Jill Stein": 31,
"Gary Johnson": 57
},
"pct_reporting": "100"
},
"51145": {
"county": "Powhatan",
"fip": "51145",
"total_votes": 15466,
"votes": {
"Mitt Romney": 11192,
"Virgil Goode": 49,
"Barack Obama": 4066,
"Jill Stein": 24,
"Gary Johnson": 135
},
"pct_reporting": "100"
}
},
"CO": {
"08029": {
"county": "Delta",
"fip": "08029",
"total_votes": 15681,
"votes": {
"Jerry White": 2,
"Gary Johnson": 156,
"Sheila Tittle": 13,
"Tom Stevens": 2,
"Stewart Alexander": 4,
"Rocky Anderson": 10,
"James Harris": 2,
"Gloria La Riva": 1,
"Mitt Romney": 10762,
"Barack Obama": 4542,
"Jill Stein": 50,
"Tom Hoefling": 4,
"Roseanne Barr": 37,
"Merlin Miller": 7,
"Virgil Goode": 58,
"Jill Reed": 31
},
"pct_reporting": "100"
},
"08009": {
"county": "Baca",
"fip": "08009",
"total_votes": 2096,
"votes": {
"Jerry White": 0,
"Gary Johnson": 27,
"Sheila Tittle": 4,
"Tom Stevens": 0,
"Stewart Alexander": 0,
"Rocky Anderson": 2,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 1554,
"Barack Obama": 462,
"Jill Stein": 9,
"Tom Hoefling": 3,
"Roseanne Barr": 12,
"Merlin Miller": 1,
"Virgil Goode": 19,
"Jill Reed": 3
},
"pct_reporting": "100"
},
"08055": {
"county": "Huerfano",
"fip": "08055",
"total_votes": 3623,
"votes": {
"Jerry White": 2,
"Gary Johnson": 46,
"Sheila Tittle": 2,
"Tom Stevens": 1,
"Stewart Alexander": 1,
"Rocky Anderson": 6,
"James Harris": 0,
"Gloria La Riva": 2,
"Mitt Romney": 1615,
"Barack Obama": 1897,
"Jill Stein": 17,
"Tom Hoefling": 0,
"Roseanne Barr": 15,
"Merlin Miller": 0,
"Virgil Goode": 12,
"Jill Reed": 7
},
"pct_reporting": "100"
},
"08005": {
"county": "Arapahoe",
"fip": "08005",
"total_votes": 254746,
"votes": {
"Jerry White": 13,
"Gary Johnson": 3005,
"Sheila Tittle": 66,
"Tom Stevens": 20,
"Stewart Alexander": 17,
"Rocky Anderson": 93,
"James Harris": 11,
"Gloria La Riva": 15,
"Mitt Romney": 114232,
"Barack Obama": 135433,
"Jill Stein": 579,
"Tom Hoefling": 68,
"Roseanne Barr": 364,
"Merlin Miller": 13,
"Virgil Goode": 560,
"Jill Reed": 257
},
"pct_reporting": "100"
},
"08021": {
"county": "Conejos",
"fip": "08021",
"total_votes": 4027,
"votes": {
"Jerry White": 1,
"Gary Johnson": 14,
"Sheila Tittle": 1,
"Tom Stevens": 0,
"Stewart Alexander": 1,
"Rocky Anderson": 6,
"James Harris": 2,
"Gloria La Riva": 4,
"Mitt Romney": 1794,
"Barack Obama": 2180,
"Jill Stein": 6,
"Tom Hoefling": 3,
"Roseanne Barr": 4,
"Merlin Miller": 0,
"Virgil Goode": 11,
"Jill Reed": 0
},
"pct_reporting": "100"
},
"08091": {
"county": "Ouray",
"fip": "08091",
"total_votes": 3183,
"votes": {
"Jerry White": 1,
"Gary Johnson": 37,
"Sheila Tittle": 0,
"Tom Stevens": 0,
"Stewart Alexander": 0,
"Rocky Anderson": 2,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 1470,
"Barack Obama": 1640,
"Jill Stein": 14,
"Tom Hoefling": 1,
"Roseanne Barr": 5,
"Merlin Miller": 0,
"Virgil Goode": 10,
"Jill Reed": 3
},
"pct_reporting": "100"
},
"08027": {
"county": "Custer",
"fip": "08027",
"total_votes": 2697,
"votes": {
"Jerry White": 0,
"Gary Johnson": 37,
"Sheila Tittle": 0,
"Tom Stevens": 0,
"Stewart Alexander": 0,
"Rocky Anderson": 1,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 1776,
"Barack Obama": 862,
"Jill Stein": 10,
"Tom Hoefling": 0,
"Roseanne Barr": 2,
"Merlin Miller": 0,
"Virgil Goode": 9,
"Jill Reed": 0
},
"pct_reporting": "100"
},
"08051": {
"county": "Gunnison",
"fip": "08051",
"total_votes": 7912,
"votes": {
"Jerry White": 1,
"Gary Johnson": 143,
"Sheila Tittle": 2,
"Tom Stevens": 0,
"Stewart Alexander": 2,
"Rocky Anderson": 7,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 3106,
"Barack Obama": 4563,
"Jill Stein": 53,
"Tom Hoefling": 0,
"Roseanne Barr": 6,
"Merlin Miller": 1,
"Virgil Goode": 21,
"Jill Reed": 7
},
"pct_reporting": "100"
},
"08003": {
"county": "Alamosa",
"fip": "08003",
"total_votes": 6671,
"votes": {
"Jerry White": 0,
"Gary Johnson": 73,
"Sheila Tittle": 8,
"Tom Stevens": 0,
"Stewart Alexander": 1,
"Rocky Anderson": 6,
"James Harris": 1,
"Gloria La Riva": 3,
"Mitt Romney": 2693,
"Barack Obama": 3782,
"Jill Stein": 24,
"Tom Hoefling": 1,
"Roseanne Barr": 27,
"Merlin Miller": 1,
"Virgil Goode": 31,
"Jill Reed": 20
},
"pct_reporting": "100"
},
"08121": {
"county": "Washington",
"fip": "08121",
"total_votes": 2567,
"votes": {
"Jerry White": 1,
"Gary Johnson": 11,
"Sheila Tittle": 2,
"Tom Stevens": 1,
"Stewart Alexander": 1,
"Rocky Anderson": 1,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 2059,
"Barack Obama": 461,
"Jill Stein": 1,
"Tom Hoefling": 2,
"Roseanne Barr": 9,
"Merlin Miller": 1,
"Virgil Goode": 9,
"Jill Reed": 8
},
"pct_reporting": "100"
},
"08085": {
"county": "Montrose",
"fip": "08085",
"total_votes": 19054,
"votes": {
"Jerry White": 1,
"Gary Johnson": 191,
"Sheila Tittle": 9,
"Tom Stevens": 1,
"Stewart Alexander": 3,
"Rocky Anderson": 6,
"James Harris": 3,
"Gloria La Riva": 3,
"Mitt Romney": 12789,
"Barack Obama": 5852,
"Jill Stein": 42,
"Tom Hoefling": 1,
"Roseanne Barr": 56,
"Merlin Miller": 1,
"Virgil Goode": 73,
"Jill Reed": 23
},
"pct_reporting": "100"
},
"08087": {
"county": "Morgan",
"fip": "08087",
"total_votes": 10478,
"votes": {
"Jerry White": 1,
"Gary Johnson": 99,
"Sheila Tittle": 4,
"Tom Stevens": 1,
"Stewart Alexander": 1,
"Rocky Anderson": 7,
"James Harris": 1,
"Gloria La Riva": 2,
"Mitt Romney": 6461,
"Barack Obama": 3761,
"Jill Stein": 14,
"Tom Hoefling": 6,
"Roseanne Barr": 43,
"Merlin Miller": 0,
"Virgil Goode": 51,
"Jill Reed": 26
},
"pct_reporting": "100"
},
"08081": {
"county": "Moffat",
"fip": "08081",
"total_votes": 6042,
"votes": {
"Jerry White": 0,
"Gary Johnson": 61,
"Sheila Tittle": 4,
"Tom Stevens": 1,
"Stewart Alexander": 0,
"Rocky Anderson": 2,
"James Harris": 0,
"Gloria La Riva": 1,
"Mitt Romney": 4616,
"Barack Obama": 1291,
"Jill Stein": 11,
"Tom Hoefling": 0,
"Roseanne Barr": 20,
"Merlin Miller": 0,
"Virgil Goode": 25,
"Jill Reed": 10
},
"pct_reporting": "100"
},
"08083": {
"county": "Montezuma",
"fip": "08083",
"total_votes": 12232,
"votes": {
"Jerry White": 0,
"Gary Johnson": 194,
"Sheila Tittle": 6,
"Tom Stevens": 0,
"Stewart Alexander": 4,
"Rocky Anderson": 6,
"James Harris": 2,
"Gloria La Riva": 2,
"Mitt Romney": 7372,
"Barack Obama": 4486,
"Jill Stein": 65,
"Tom Hoefling": 4,
"Roseanne Barr": 28,
"Merlin Miller": 3,
"Virgil Goode": 33,
"Jill Reed": 27
},
"pct_reporting": "100"
},
"08089": {
"county": "Otero",
"fip": "08089",
"total_votes": 8039,
"votes": {
"Jerry White": 1,
"Gary Johnson": 55,
"Sheila Tittle": 6,
"Tom Stevens": 0,
"Stewart Alexander": 3,
"Rocky Anderson": 2,
"James Harris": 3,
"Gloria La Riva": 2,
"Mitt Romney": 4315,
"Barack Obama": 3566,
"Jill Stein": 15,
"Tom Hoefling": 1,
"Roseanne Barr": 26,
"Merlin Miller": 0,
"Virgil Goode": 36,
"Jill Reed": 8
},
"pct_reporting": "100"
},
"08001": {
"county": "Adams",
"fip": "08001",
"total_votes": 161495,
"votes": {
"Jerry White": 24,
"Gary Johnson": 2125,
"Sheila Tittle": 87,
"Tom Stevens": 20,
"Stewart Alexander": 25,
"Rocky Anderson": 100,
"James Harris": 30,
"Gloria La Riva": 64,
"Mitt Romney": 66531,
"Barack Obama": 90843,
"Jill Stein": 369,
"Tom Hoefling": 71,
"Roseanne Barr": 411,
"Merlin Miller": 29,
"Virgil Goode": 523,
"Jill Reed": 243
},
"pct_reporting": "100"
},
"08053": {
"county": "Hinsdale",
"fip": "08053",
"total_votes": 598,
"votes": {
"Jerry White": 0,
"Gary Johnson": 7,
"Sheila Tittle": 0,
"Tom Stevens": 0,
"Stewart Alexander": 0,
"Rocky Anderson": 0,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 352,
"Barack Obama": 228,
"Jill Stein": 4,
"Tom Hoefling": 0,
"Roseanne Barr": 0,
"Merlin Miller": 0,
"Virgil Goode": 4,
"Jill Reed": 3
},
"pct_reporting": "100"
},
"08123": {
"county": "Weld",
"fip": "08123",
"total_votes": 112695,
"votes": {
"Jerry White": 5,
"Gary Johnson": 1572,
"Sheila Tittle": 51,
"Tom Stevens": 9,
"Stewart Alexander": 8,
"Rocky Anderson": 47,
"James Harris": 11,
"Gloria La Riva": 13,
"Mitt Romney": 62350,
"Barack Obama": 47418,
"Jill Stein": 234,
"Tom Hoefling": 47,
"Roseanne Barr": 288,
"Merlin Miller": 11,
"Virgil Goode": 469,
"Jill Reed": 162
},
"pct_reporting": "100"
},
"08035": {
"county": "Douglas",
"fip": "08035",
"total_votes": 150160,
"votes": {
"Jerry White": 2,
"Gary Johnson": 1456,
"Sheila Tittle": 9,
"Tom Stevens": 11,
"Stewart Alexander": 6,
"Rocky Anderson": 26,
"James Harris": 4,
"Gloria La Riva": 3,
"Mitt Romney": 93930,
"Barack Obama": 54093,
"Jill Stein": 205,
"Tom Hoefling": 24,
"Roseanne Barr": 125,
"Merlin Miller": 10,
"Virgil Goode": 200,
"Jill Reed": 56
},
"pct_reporting": "100"
},
"08037": {
"county": "Eagle",
"fip": "08037",
"total_votes": 22374,
"votes": {
"Jerry White": 0,
"Gary Johnson": 332,
"Sheila Tittle": 3,
"Tom Stevens": 1,
"Stewart Alexander": 2,
"Rocky Anderson": 7,
"James Harris": 0,
"Gloria La Riva": 3,
"Mitt Romney": 9317,
"Barack Obama": 12598,
"Jill Stein": 50,
"Tom Hoefling": 4,
"Roseanne Barr": 23,
"Merlin Miller": 4,
"Virgil Goode": 23,
"Jill Reed": 7
},
"pct_reporting": "100"
},
"08031": {
"county": "Denver",
"fip": "08031",
"total_votes": 285564,
"votes": {
"Jerry White": 20,
"Gary Johnson": 3740,
"Sheila Tittle": 43,
"Tom Stevens": 18,
"Stewart Alexander": 55,
"Rocky Anderson": 145,
"James Harris": 24,
"Gloria La Riva": 34,
"Mitt Romney": 69755,
"Barack Obama": 209759,
"Jill Stein": 1023,
"Tom Hoefling": 71,
"Roseanne Barr": 318,
"Merlin Miller": 16,
"Virgil Goode": 387,
"Jill Reed": 156
},
"pct_reporting": "100"
},
"08033": {
"county": "Dolores",
"fip": "08033",
"total_votes": 1218,
"votes": {
"Jerry White": 1,
"Gary Johnson": 22,
"Sheila Tittle": 3,
"Tom Stevens": 0,
"Stewart Alexander": 0,
"Rocky Anderson": 4,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 838,
"Barack Obama": 329,
"Jill Stein": 6,
"Tom Hoefling": 0,
"Roseanne Barr": 4,
"Merlin Miller": 0,
"Virgil Goode": 6,
"Jill Reed": 5
},
"pct_reporting": "100"
},
"08045": {
"county": "Garfield",
"fip": "08045",
"total_votes": 23695,
"votes": {
"Jerry White": 1,
"Gary Johnson": 288,
"Sheila Tittle": 11,
"Tom Stevens": 1,
"Stewart Alexander": 3,
"Rocky Anderson": 10,
"James Harris": 0,
"Gloria La Riva": 2,
"Mitt Romney": 12159,
"Barack Obama": 10989,
"Jill Stein": 99,
"Tom Hoefling": 1,
"Roseanne Barr": 60,
"Merlin Miller": 1,
"Virgil Goode": 53,
"Jill Reed": 17
},
"pct_reporting": "100"
},
"08059": {
"county": "Jefferson",
"fip": "08059",
"total_votes": 300151,
"votes": {
"Jerry White": 32,
"Gary Johnson": 4365,
"Sheila Tittle": 92,
"Tom Stevens": 29,
"Stewart Alexander": 33,
"Rocky Anderson": 152,
"James Harris": 20,
"Gloria La Riva": 29,
"Mitt Romney": 139960,
"Barack Obama": 153069,
"Jill Stein": 814,
"Tom Hoefling": 75,
"Roseanne Barr": 534,
"Merlin Miller": 45,
"Virgil Goode": 598,
"Jill Reed": 304
},
"pct_reporting": "100"
},
"08111": {
"county": "San Juan",
"fip": "08111",
"total_votes": 506,
"votes": {
"Jerry White": 0,
"Gary Johnson": 15,
"Sheila Tittle": 1,
"Tom Stevens": 0,
"Stewart Alexander": 0,
"Rocky Anderson": 0,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 212,
"Barack Obama": 266,
"Jill Stein": 6,
"Tom Hoefling": 0,
"Roseanne Barr": 3,
"Merlin Miller": 0,
"Virgil Goode": 3,
"Jill Reed": 0
},
"pct_reporting": "100"
},
"08007": {
"county": "Archuleta",
"fip": "08007",
"total_votes": 6646,
"votes": {
"Jerry White": 0,
"Gary Johnson": 102,
"Sheila Tittle": 1,
"Tom Stevens": 1,
"Stewart Alexander": 1,
"Rocky Anderson": 5,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 3831,
"Barack Obama": 2637,
"Jill Stein": 23,
"Tom Hoefling": 2,
"Roseanne Barr": 13,
"Merlin Miller": 2,
"Virgil Goode": 23,
"Jill Reed": 5
},
"pct_reporting": "100"
},
"08057": {
"county": "Jackson",
"fip": "08057",
"total_votes": 848,
"votes": {
"Jerry White": 0,
"Gary Johnson": 14,
"Sheila Tittle": 0,
"Tom Stevens": 0,
"Stewart Alexander": 0,
"Rocky Anderson": 1,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 600,
"Barack Obama": 216,
"Jill Stein": 5,
"Tom Hoefling": 1,
"Roseanne Barr": 1,
"Merlin Miller": 0,
"Virgil Goode": 5,
"Jill Reed": 5
},
"pct_reporting": "100"
},
"08119": {
"county": "Teller",
"fip": "08119",
"total_votes": 12144,
"votes": {
"Jerry White": 1,
"Gary Johnson": 211,
"Sheila Tittle": 4,
"Tom Stevens": 3,
"Stewart Alexander": 0,
"Rocky Anderson": 8,
"James Harris": 1,
"Gloria La Riva": 0,
"Mitt Romney": 7909,
"Barack Obama": 3894,
"Jill Stein": 39,
"Tom Hoefling": 0,
"Roseanne Barr": 25,
"Merlin Miller": 1,
"Virgil Goode": 40,
"Jill Reed": 8
},
"pct_reporting": "100"
},
"08125": {
"county": "Yuma",
"fip": "08125",
"total_votes": 4481,
"votes": {
"Jerry White": 0,
"Gary Johnson": 32,
"Sheila Tittle": 3,
"Tom Stevens": 1,
"Stewart Alexander": 1,
"Rocky Anderson": 3,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 3433,
"Barack Obama": 950,
"Jill Stein": 5,
"Tom Hoefling": 2,
"Roseanne Barr": 24,
"Merlin Miller": 0,
"Virgil Goode": 18,
"Jill Reed": 9
},
"pct_reporting": "100"
},
"08069": {
"county": "Larimer",
"fip": "08069",
"total_votes": 161823,
"votes": {
"Jerry White": 6,
"Gary Johnson": 2551,
"Sheila Tittle": 43,
"Tom Stevens": 12,
"Stewart Alexander": 11,
"Rocky Anderson": 77,
"James Harris": 6,
"Gloria La Riva": 4,
"Mitt Romney": 74603,
"Barack Obama": 83103,
"Jill Stein": 534,
"Tom Hoefling": 25,
"Roseanne Barr": 282,
"Merlin Miller": 17,
"Virgil Goode": 409,
"Jill Reed": 140
},
"pct_reporting": "100"
},
"08019": {
"county": "Clear Creek",
"fip": "08019",
"total_votes": 5610,
"votes": {
"Jerry White": 0,
"Gary Johnson": 112,
"Sheila Tittle": 0,
"Tom Stevens": 0,
"Stewart Alexander": 0,
"Rocky Anderson": 2,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 2381,
"Barack Obama": 3041,
"Jill Stein": 17,
"Tom Hoefling": 4,
"Roseanne Barr": 28,
"Merlin Miller": 2,
"Virgil Goode": 13,
"Jill Reed": 10
},
"pct_reporting": "100"
},
"08113": {
"county": "San Miguel",
"fip": "08113",
"total_votes": 4215,
"votes": {
"Jerry White": 0,
"Gary Johnson": 52,
"Sheila Tittle": 1,
"Tom Stevens": 0,
"Stewart Alexander": 1,
"Rocky Anderson": 3,
"James Harris": 1,
"Gloria La Riva": 0,
"Mitt Romney": 1144,
"Barack Obama": 2961,
"Jill Stein": 31,
"Tom Hoefling": 0,
"Roseanne Barr": 7,
"Merlin Miller": 0,
"Virgil Goode": 12,
"Jill Reed": 2
},
"pct_reporting": "100"
},
"08017": {
"county": "Cheyenne",
"fip": "08017",
"total_votes": 1045,
"votes": {
"Jerry White": 1,
"Gary Johnson": 7,
"Sheila Tittle": 0,
"Tom Stevens": 0,
"Stewart Alexander": 0,
"Rocky Anderson": 0,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 858,
"Barack Obama": 162,
"Jill Stein": 2,
"Tom Hoefling": 0,
"Roseanne Barr": 7,
"Merlin Miller": 0,
"Virgil Goode": 6,
"Jill Reed": 2
},
"pct_reporting": "100"
},
"08023": {
"county": "Costilla",
"fip": "08023",
"total_votes": 1804,
"votes": {
"Jerry White": 0,
"Gary Johnson": 16,
"Sheila Tittle": 2,
"Tom Stevens": 0,
"Stewart Alexander": 0,
"Rocky Anderson": 5,
"James Harris": 1,
"Gloria La Riva": 0,
"Mitt Romney": 440,
"Barack Obama": 1317,
"Jill Stein": 3,
"Tom Hoefling": 0,
"Roseanne Barr": 4,
"Merlin Miller": 1,
"Virgil Goode": 14,
"Jill Reed": 1
},
"pct_reporting": "100"
},
"08015": {
"county": "Chaffee",
"fip": "08015",
"total_votes": 10217,
"votes": {
"Jerry White": 0,
"Gary Johnson": 151,
"Sheila Tittle": 6,
"Tom Stevens": 0,
"Stewart Alexander": 1,
"Rocky Anderson": 7,
"James Harris": 0,
"Gloria La Riva": 1,
"Mitt Romney": 4949,
"Barack Obama": 4967,
"Jill Stein": 49,
"Tom Hoefling": 4,
"Roseanne Barr": 32,
"Merlin Miller": 2,
"Virgil Goode": 33,
"Jill Reed": 15
},
"pct_reporting": "100"
},
"08117": {
"county": "Summit",
"fip": "08117",
"total_votes": 15038,
"votes": {
"Jerry White": 1,
"Gary Johnson": 255,
"Sheila Tittle": 2,
"Tom Stevens": 1,
"Stewart Alexander": 2,
"Rocky Anderson": 5,
"James Harris": 0,
"Gloria La Riva": 1,
"Mitt Romney": 5495,
"Barack Obama": 9169,
"Jill Stein": 54,
"Tom Hoefling": 0,
"Roseanne Barr": 21,
"Merlin Miller": 0,
"Virgil Goode": 21,
"Jill Reed": 11
},
"pct_reporting": "100"
},
"08013": {
"county": "Boulder",
"fip": "08013",
"total_votes": 173207,
"votes": {
"Jerry White": 11,
"Gary Johnson": 2643,
"Sheila Tittle": 19,
"Tom Stevens": 14,
"Stewart Alexander": 14,
"Rocky Anderson": 97,
"James Harris": 5,
"Gloria La Riva": 9,
"Mitt Romney": 48526,
"Barack Obama": 120485,
"Jill Stein": 824,
"Tom Hoefling": 17,
"Roseanne Barr": 193,
"Merlin Miller": 15,
"Virgil Goode": 252,
"Jill Reed": 83
},
"pct_reporting": "100"
},
"08115": {
"county": "Sedgwick",
"fip": "08115",
"total_votes": 1337,
"votes": {
"Jerry White": 0,
"Gary Johnson": 10,
"Sheila Tittle": 3,
"Tom Stevens": 0,
"Stewart Alexander": 0,
"Rocky Anderson": 2,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 881,
"Barack Obama": 419,
"Jill Stein": 2,
"Tom Hoefling": 2,
"Roseanne Barr": 6,
"Merlin Miller": 1,
"Virgil Goode": 5,
"Jill Reed": 6
},
"pct_reporting": "100"
},
"08011": {
"county": "Bent",
"fip": "08011",
"total_votes": 1881,
"votes": {
"Jerry White": 2,
"Gary Johnson": 15,
"Sheila Tittle": 1,
"Tom Stevens": 1,
"Stewart Alexander": 0,
"Rocky Anderson": 1,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 1053,
"Barack Obama": 778,
"Jill Stein": 5,
"Tom Hoefling": 2,
"Roseanne Barr": 9,
"Merlin Miller": 1,
"Virgil Goode": 8,
"Jill Reed": 5
},
"pct_reporting": "100"
},
"08067": {
"county": "La Plata",
"fip": "08067",
"total_votes": 28475,
"votes": {
"Jerry White": 2,
"Gary Johnson": 551,
"Sheila Tittle": 9,
"Tom Stevens": 1,
"Stewart Alexander": 6,
"Rocky Anderson": 26,
"James Harris": 3,
"Gloria La Riva": 6,
"Mitt Romney": 12554,
"Barack Obama": 15063,
"Jill Stein": 117,
"Tom Hoefling": 7,
"Roseanne Barr": 51,
"Merlin Miller": 3,
"Virgil Goode": 55,
"Jill Reed": 21
},
"pct_reporting": "100"
},
"08095": {
"county": "Phillips",
"fip": "08095",
"total_votes": 2265,
"votes": {
"Jerry White": 0,
"Gary Johnson": 15,
"Sheila Tittle": 0,
"Tom Stevens": 0,
"Stewart Alexander": 1,
"Rocky Anderson": 1,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 1637,
"Barack Obama": 588,
"Jill Stein": 2,
"Tom Hoefling": 3,
"Roseanne Barr": 9,
"Merlin Miller": 0,
"Virgil Goode": 4,
"Jill Reed": 5
},
"pct_reporting": "100"
},
"08025": {
"county": "Crowley",
"fip": "08025",
"total_votes": 1502,
"votes": {
"Jerry White": 2,
"Gary Johnson": 19,
"Sheila Tittle": 1,
"Tom Stevens": 0,
"Stewart Alexander": 0,
"Rocky Anderson": 0,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 924,
"Barack Obama": 535,
"Jill Stein": 2,
"Tom Hoefling": 0,
"Roseanne Barr": 7,
"Merlin Miller": 0,
"Virgil Goode": 8,
"Jill Reed": 4
},
"pct_reporting": "100"
},
"08071": {
"county": "Las Animas",
"fip": "08071",
"total_votes": 6532,
"votes": {
"Jerry White": 1,
"Gary Johnson": 67,
"Sheila Tittle": 4,
"Tom Stevens": 1,
"Stewart Alexander": 0,
"Rocky Anderson": 8,
"James Harris": 2,
"Gloria La Riva": 6,
"Mitt Romney": 3105,
"Barack Obama": 3282,
"Jill Stein": 13,
"Tom Hoefling": 3,
"Roseanne Barr": 20,
"Merlin Miller": 1,
"Virgil Goode": 15,
"Jill Reed": 4
},
"pct_reporting": "100"
},
"08101": {
"county": "Pueblo",
"fip": "08101",
"total_votes": 73306,
"votes": {
"Jerry White": 6,
"Gary Johnson": 689,
"Sheila Tittle": 53,
"Tom Stevens": 10,
"Stewart Alexander": 16,
"Rocky Anderson": 39,
"James Harris": 11,
"Gloria La Riva": 28,
"Mitt Romney": 31023,
"Barack Obama": 40624,
"Jill Stein": 181,
"Tom Hoefling": 20,
"Roseanne Barr": 243,
"Merlin Miller": 8,
"Virgil Goode": 233,
"Jill Reed": 122
},
"pct_reporting": "100"
},
"08075": {
"county": "Logan",
"fip": "08075",
"total_votes": 9030,
"votes": {
"Jerry White": 0,
"Gary Johnson": 78,
"Sheila Tittle": 4,
"Tom Stevens": 2,
"Stewart Alexander": 2,
"Rocky Anderson": 6,
"James Harris": 2,
"Gloria La Riva": 0,
"Mitt Romney": 6124,
"Barack Obama": 2675,
"Jill Stein": 15,
"Tom Hoefling": 7,
"Roseanne Barr": 43,
"Merlin Miller": 0,
"Virgil Goode": 45,
"Jill Reed": 27
},
"pct_reporting": "100"
},
"08099": {
"county": "Prowers",
"fip": "08099",
"total_votes": 4809,
"votes": {
"Jerry White": 1,
"Gary Johnson": 47,
"Sheila Tittle": 2,
"Tom Stevens": 1,
"Stewart Alexander": 1,
"Rocky Anderson": 2,
"James Harris": 0,
"Gloria La Riva": 1,
"Mitt Romney": 3200,
"Barack Obama": 1498,
"Jill Stein": 10,
"Tom Hoefling": 3,
"Roseanne Barr": 16,
"Merlin Miller": 2,
"Virgil Goode": 13,
"Jill Reed": 12
},
"pct_reporting": "100"
},
"08073": {
"county": "Lincoln",
"fip": "08073",
"total_votes": 2248,
"votes": {
"Jerry White": 2,
"Gary Johnson": 14,
"Sheila Tittle": 0,
"Tom Stevens": 0,
"Stewart Alexander": 0,
"Rocky Anderson": 2,
"James Harris": 0,
"Gloria La Riva": 1,
"Mitt Romney": 1663,
"Barack Obama": 537,
"Jill Stein": 4,
"Tom Hoefling": 1,
"Roseanne Barr": 8,
"Merlin Miller": 2,
"Virgil Goode": 9,
"Jill Reed": 5
},
"pct_reporting": "100"
},
"08097": {
"county": "Pitkin",
"fip": "08097",
"total_votes": 9779,
"votes": {
"Jerry White": 0,
"Gary Johnson": 128,
"Sheila Tittle": 0,
"Tom Stevens": 3,
"Stewart Alexander": 1,
"Rocky Anderson": 8,
"James Harris": 1,
"Gloria La Riva": 0,
"Mitt Romney": 2941,
"Barack Obama": 6648,
"Jill Stein": 35,
"Tom Hoefling": 1,
"Roseanne Barr": 6,
"Merlin Miller": 0,
"Virgil Goode": 7,
"Jill Reed": 0
},
"pct_reporting": "100"
},
"08039": {
"county": "Elbert",
"fip": "08039",
"total_votes": 13993,
"votes": {
"Jerry White": 1,
"Gary Johnson": 180,
"Sheila Tittle": 0,
"Tom Stevens": 2,
"Stewart Alexander": 0,
"Rocky Anderson": 4,
"James Harris": 0,
"Gloria La Riva": 2,
"Mitt Romney": 10148,
"Barack Obama": 3542,
"Jill Stein": 23,
"Tom Hoefling": 8,
"Roseanne Barr": 25,
"Merlin Miller": 0,
"Virgil Goode": 43,
"Jill Reed": 15
},
"pct_reporting": "100"
},
"08041": {
"county": "El Paso",
"fip": "08041",
"total_votes": 275604,
"votes": {
"Jerry White": 17,
"Gary Johnson": 3920,
"Sheila Tittle": 88,
"Tom Stevens": 30,
"Stewart Alexander": 28,
"Rocky Anderson": 144,
"James Harris": 19,
"Gloria La Riva": 31,
"Mitt Romney": 163819,
"Barack Obama": 104989,
"Jill Stein": 731,
"Tom Hoefling": 94,
"Roseanne Barr": 618,
"Merlin Miller": 23,
"Virgil Goode": 764,
"Jill Reed": 289
},
"pct_reporting": "100"
},
"08105": {
"county": "Rio Grande",
"fip": "08105",
"total_votes": 5453,
"votes": {
"Jerry White": 0,
"Gary Johnson": 65,
"Sheila Tittle": 4,
"Tom Stevens": 2,
"Stewart Alexander": 2,
"Rocky Anderson": 4,
"James Harris": 1,
"Gloria La Riva": 0,
"Mitt Romney": 2892,
"Barack Obama": 2428,
"Jill Stein": 17,
"Tom Hoefling": 2,
"Roseanne Barr": 5,
"Merlin Miller": 0,
"Virgil Goode": 25,
"Jill Reed": 6
},
"pct_reporting": "100"
},
"08043": {
"county": "Fremont",
"fip": "08043",
"total_votes": 20258,
"votes": {
"Jerry White": 0,
"Gary Johnson": 228,
"Sheila Tittle": 7,
"Tom Stevens": 2,
"Stewart Alexander": 3,
"Rocky Anderson": 10,
"James Harris": 2,
"Gloria La Riva": 1,
"Mitt Romney": 13087,
"Barack Obama": 6644,
"Jill Stein": 56,
"Tom Hoefling": 4,
"Roseanne Barr": 92,
"Merlin Miller": 2,
"Virgil Goode": 88,
"Jill Reed": 32
},
"pct_reporting": "100"
},
"08107": {
"county": "Routt",
"fip": "08107",
"total_votes": 13038,
"votes": {
"Jerry White": 0,
"Gary Johnson": 191,
"Sheila Tittle": 3,
"Tom Stevens": 0,
"Stewart Alexander": 0,
"Rocky Anderson": 2,
"James Harris": 2,
"Gloria La Riva": 2,
"Mitt Romney": 5361,
"Barack Obama": 7389,
"Jill Stein": 34,
"Tom Hoefling": 3,
"Roseanne Barr": 20,
"Merlin Miller": 1,
"Virgil Goode": 18,
"Jill Reed": 12
},
"pct_reporting": "100"
},
"08014": {
"county": "Broomfield",
"fip": "08014",
"total_votes": 32191,
"votes": {
"Jerry White": 1,
"Gary Johnson": 524,
"Sheila Tittle": 6,
"Tom Stevens": 1,
"Stewart Alexander": 6,
"Rocky Anderson": 9,
"James Harris": 2,
"Gloria La Riva": 0,
"Mitt Romney": 14765,
"Barack Obama": 16653,
"Jill Stein": 72,
"Tom Hoefling": 5,
"Roseanne Barr": 53,
"Merlin Miller": 4,
"Virgil Goode": 76,
"Jill Reed": 14
},
"pct_reporting": "100"
},
"08079": {
"county": "Mineral",
"fip": "08079",
"total_votes": 650,
"votes": {
"Jerry White": 0,
"Gary Johnson": 6,
"Sheila Tittle": 2,
"Tom Stevens": 0,
"Stewart Alexander": 0,
"Rocky Anderson": 2,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 344,
"Barack Obama": 291,
"Jill Stein": 1,
"Tom Hoefling": 0,
"Roseanne Barr": 2,
"Merlin Miller": 0,
"Virgil Goode": 1,
"Jill Reed": 1
},
"pct_reporting": "100"
},
"08047": {
"county": "Gilpin",
"fip": "08047",
"total_votes": 3271,
"votes": {
"Jerry White": 0,
"Gary Johnson": 51,
"Sheila Tittle": 1,
"Tom Stevens": 0,
"Stewart Alexander": 1,
"Rocky Anderson": 4,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 1320,
"Barack Obama": 1854,
"Jill Stein": 16,
"Tom Hoefling": 0,
"Roseanne Barr": 10,
"Merlin Miller": 0,
"Virgil Goode": 8,
"Jill Reed": 6
},
"pct_reporting": "100"
},
"08103": {
"county": "Rio Blanco",
"fip": "08103",
"total_votes": 3311,
"votes": {
"Jerry White": 0,
"Gary Johnson": 40,
"Sheila Tittle": 1,
"Tom Stevens": 0,
"Stewart Alexander": 0,
"Rocky Anderson": 2,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 2677,
"Barack Obama": 561,
"Jill Stein": 1,
"Tom Hoefling": 0,
"Roseanne Barr": 9,
"Merlin Miller": 0,
"Virgil Goode": 15,
"Jill Reed": 5
},
"pct_reporting": "100"
},
"08049": {
"county": "Grand",
"fip": "08049",
"total_votes": 7961,
"votes": {
"Jerry White": 0,
"Gary Johnson": 149,
"Sheila Tittle": 2,
"Tom Stevens": 0,
"Stewart Alexander": 1,
"Rocky Anderson": 6,
"James Harris": 0,
"Gloria La Riva": 1,
"Mitt Romney": 4149,
"Barack Obama": 3575,
"Jill Stein": 29,
"Tom Hoefling": 3,
"Roseanne Barr": 18,
"Merlin Miller": 0,
"Virgil Goode": 23,
"Jill Reed": 5
},
"pct_reporting": "100"
},
"08065": {
"county": "Lake",
"fip": "08065",
"total_votes": 2993,
"votes": {
"Jerry White": 1,
"Gary Johnson": 50,
"Sheila Tittle": 5,
"Tom Stevens": 0,
"Stewart Alexander": 0,
"Rocky Anderson": 2,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 1087,
"Barack Obama": 1807,
"Jill Stein": 10,
"Tom Hoefling": 0,
"Roseanne Barr": 13,
"Merlin Miller": 0,
"Virgil Goode": 16,
"Jill Reed": 2
},
"pct_reporting": "100"
},
"08077": {
"county": "Mesa",
"fip": "08077",
"total_votes": 69033,
"votes": {
"Jerry White": 7,
"Gary Johnson": 795,
"Sheila Tittle": 28,
"Tom Stevens": 7,
"Stewart Alexander": 6,
"Rocky Anderson": 23,
"James Harris": 2,
"Gloria La Riva": 6,
"Mitt Romney": 45087,
"Barack Obama": 22448,
"Jill Stein": 154,
"Tom Hoefling": 16,
"Roseanne Barr": 162,
"Merlin Miller": 15,
"Virgil Goode": 185,
"Jill Reed": 92
},
"pct_reporting": "100"
},
"08063": {
"county": "Kit Carson",
"fip": "08063",
"total_votes": 3525,
"votes": {
"Jerry White": 1,
"Gary Johnson": 28,
"Sheila Tittle": 1,
"Tom Stevens": 0,
"Stewart Alexander": 0,
"Rocky Anderson": 4,
"James Harris": 1,
"Gloria La Riva": 1,
"Mitt Romney": 2664,
"Barack Obama": 789,
"Jill Stein": 1,
"Tom Hoefling": 2,
"Roseanne Barr": 13,
"Merlin Miller": 1,
"Virgil Goode": 12,
"Jill Reed": 7
},
"pct_reporting": "100"
},
"08109": {
"county": "Saguache",
"fip": "08109",
"total_votes": 2796,
"votes": {
"Jerry White": 0,
"Gary Johnson": 47,
"Sheila Tittle": 2,
"Tom Stevens": 0,
"Stewart Alexander": 1,
"Rocky Anderson": 6,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 937,
"Barack Obama": 1762,
"Jill Stein": 17,
"Tom Hoefling": 0,
"Roseanne Barr": 6,
"Merlin Miller": 0,
"Virgil Goode": 10,
"Jill Reed": 8
},
"pct_reporting": "100"
},
"08061": {
"county": "Kiowa",
"fip": "08061",
"total_votes": 821,
"votes": {
"Jerry White": 0,
"Gary Johnson": 8,
"Sheila Tittle": 3,
"Tom Stevens": 0,
"Stewart Alexander": 0,
"Rocky Anderson": 0,
"James Harris": 1,
"Gloria La Riva": 0,
"Mitt Romney": 677,
"Barack Obama": 118,
"Jill Stein": 2,
"Tom Hoefling": 1,
"Roseanne Barr": 3,
"Merlin Miller": 0,
"Virgil Goode": 3,
"Jill Reed": 5
},
"pct_reporting": "100"
},
"08093": {
"county": "Park",
"fip": "08093",
"total_votes": 9054,
"votes": {
"Jerry White": 0,
"Gary Johnson": 130,
"Sheila Tittle": 4,
"Tom Stevens": 0,
"Stewart Alexander": 0,
"Rocky Anderson": 2,
"James Harris": 0,
"Gloria La Riva": 0,
"Mitt Romney": 5085,
"Barack Obama": 3721,
"Jill Stein": 38,
"Tom Hoefling": 3,
"Roseanne Barr": 13,
"Merlin Miller": 0,
"Virgil Goode": 48,
"Jill Reed": 10
},
"pct_reporting": "100"
}
},
"AK": {
"02000": {
"county": "Alaska",
"fip": "02000",
"total_votes": 247483,
"votes": {
"Mitt Romney": 136848,
"Barack Obama": 102138,
"Jill Stein": 2366,
"Gary Johnson": 6131
},
"pct_reporting": "100"
}
},
"AL": {
"01069": {
"county": "Houston",
"fip": "01069",
"total_votes": 41843,
"votes": {
"Mitt Romney": 29214,
"Virgil Goode": 40,
"Barack Obama": 12348,
"Jill Stein": 31,
"Gary Johnson": 210
},
"pct_reporting": "100"
},
"01079": {
"county": "Lawrence",
"fip": "01079",
"total_votes": 14079,
"votes": {
"Mitt Romney": 8855,
"Virgil Goode": 32,
"Barack Obama": 5055,
"Jill Stein": 30,
"Gary Johnson": 107
},
"pct_reporting": "100"
},
"01011": {
"county": "Bullock",
"fip": "01011",
"total_votes": 5318,
"votes": {
"Mitt Romney": 1250,
"Virgil Goode": 4,
"Barack Obama": 4058,
"Jill Stein": 3,
"Gary Johnson": 3
},
"pct_reporting": "100"
},
"01045": {
"county": "Dale",
"fip": "01045",
"total_votes": 18551,
"votes": {
"Mitt Romney": 13105,
"Virgil Goode": 35,
"Barack Obama": 5283,
"Jill Stein": 27,
"Gary Johnson": 101
},
"pct_reporting": "100"
},
"01043": {
"county": "Cullman",
"fip": "01043",
"total_votes": 33178,
"votes": {
"Mitt Romney": 27930,
"Virgil Goode": 88,
"Barack Obama": 4855,
"Jill Stein": 87,
"Gary Johnson": 218
},
"pct_reporting": "100"
},
"01027": {
"county": "Clay",
"fip": "01027",
"total_votes": 6640,
"votes": {
"Mitt Romney": 4802,
"Virgil Goode": 10,
"Barack Obama": 1770,
"Jill Stein": 16,
"Gary Johnson": 42
},
"pct_reporting": "100"
},
"01077": {
"county": "Lauderdale",
"fip": "01077",
"total_votes": 36908,
"votes": {
"Mitt Romney": 23902,
"Virgil Goode": 103,
"Barack Obama": 12504,
"Jill Stein": 106,
"Gary Johnson": 293
},
"pct_reporting": "100"
},
"01013": {
"county": "Butler",
"fip": "01013",
"total_votes": 9483,
"votes": {
"Mitt Romney": 5081,
"Virgil Goode": 9,
"Barack Obama": 4367,
"Jill Stein": 6,
"Gary Johnson": 20
},
"pct_reporting": "100"
},
"01023": {
"county": "Choctaw",
"fip": "01023",
"total_votes": 7965,
"votes": {
"Mitt Romney": 4150,
"Virgil Goode": 4,
"Barack Obama": 3785,
"Jill Stein": 7,
"Gary Johnson": 19
},
"pct_reporting": "100"
},
"01061": {
"county": "Geneva",
"fip": "01061",
"total_votes": 11318,
"votes": {
"Mitt Romney": 9173,
"Virgil Goode": 28,
"Barack Obama": 2039,
"Jill Stein": 15,
"Gary Johnson": 63
},
"pct_reporting": "100"
},
"01049": {
"county": "DeKalb",
"fip": "01049",
"total_votes": 23842,
"votes": {
"Mitt Romney": 18316,
"Virgil Goode": 67,
"Barack Obama": 5235,
"Jill Stein": 63,
"Gary Johnson": 161
},
"pct_reporting": "100"
},
"01029": {
"county": "Cleburne",
"fip": "01029",
"total_votes": 6302,
"votes": {
"Mitt Romney": 5269,
"Virgil Goode": 14,
"Barack Obama": 971,
"Jill Stein": 11,
"Gary Johnson": 37
},
"pct_reporting": "100"
},
"01067": {
"county": "Henry",
"fip": "01067",
"total_votes": 8700,
"votes": {
"Mitt Romney": 5605,
"Virgil Goode": 9,
"Barack Obama": 3046,
"Jill Stein": 7,
"Gary Johnson": 33
},
"pct_reporting": "100"
},
"01107": {
"county": "Pickens",
"fip": "01107",
"total_votes": 9599,
"votes": {
"Mitt Romney": 5119,
"Virgil Goode": 11,
"Barack Obama": 4448,
"Jill Stein": 5,
"Gary Johnson": 16
},
"pct_reporting": "100"
},
"01105": {
"county": "Perry",
"fip": "01105",
"total_votes": 6065,
"votes": {
"Mitt Romney": 1504,
"Virgil Goode": 2,
"Barack Obama": 4536,
"Jill Stein": 8,
"Gary Johnson": 15
},
"pct_reporting": "100"
},
"01063": {
"county": "Greene",
"fip": "01063",
"total_votes": 5328,
"votes": {
"Mitt Romney": 799,
"Virgil Goode": 5,
"Barack Obama": 4514,
"Jill Stein": 2,
"Gary Johnson": 8
},
"pct_reporting": "100"
},
"01103": {
"county": "Morgan",
"fip": "01103",
"total_votes": 49198,
"votes": {
"Mitt Romney": 35309,
"Virgil Goode": 84,
"Barack Obama": 13401,
"Jill Stein": 86,
"Gary Johnson": 318
},
"pct_reporting": "100"
},
"01101": {
"county": "Montgomery",
"fip": "01101",
"total_votes": 101781,
"votes": {
"Mitt Romney": 38283,
"Virgil Goode": 67,
"Barack Obama": 62993,
"Jill Stein": 100,
"Gary Johnson": 338
},
"pct_reporting": "100"
},
"01009": {
"county": "Blount",
"fip": "01009",
"total_votes": 23980,
"votes": {
"Mitt Romney": 20741,
"Virgil Goode": 59,
"Barack Obama": 2961,
"Jill Stein": 50,
"Gary Johnson": 169
},
"pct_reporting": "100"
},
"01047": {
"county": "Dallas",
"fip": "01047",
"total_votes": 20936,
"votes": {
"Mitt Romney": 6284,
"Virgil Goode": 9,
"Barack Obama": 14599,
"Jill Stein": 10,
"Gary Johnson": 34
},
"pct_reporting": "100"
},
"01007": {
"county": "Bibb",
"fip": "01007",
"total_votes": 8391,
"votes": {
"Mitt Romney": 6131,
"Virgil Goode": 13,
"Barack Obama": 2200,
"Jill Stein": 9,
"Gary Johnson": 38
},
"pct_reporting": "100"
},
"01005": {
"county": "Barbour",
"fip": "01005",
"total_votes": 11459,
"votes": {
"Mitt Romney": 5539,
"Virgil Goode": 9,
"Barack Obama": 5873,
"Jill Stein": 6,
"Gary Johnson": 32
},
"pct_reporting": "100"
},
"01003": {
"county": "Baldwin",
"fip": "01003",
"total_votes": 84988,
"votes": {
"Mitt Romney": 65772,
"Virgil Goode": 122,
"Barack Obama": 18329,
"Jill Stein": 168,
"Gary Johnson": 597
},
"pct_reporting": "100"
},
"01109": {
"county": "Pike",
"fip": "01109",
"total_votes": 14057,
"votes": {
"Mitt Romney": 7939,
"Virgil Goode": 15,
"Barack Obama": 6009,
"Jill Stein": 18,
"Gary Johnson": 76
},
"pct_reporting": "100"
},
"01001": {
"county": "Autauga",
"fip": "01001",
"total_votes": 23909,
"votes": {
"Mitt Romney": 17366,
"Virgil Goode": 31,
"Barack Obama": 6354,
"Jill Stein": 22,
"Gary Johnson": 136
},
"pct_reporting": "100"
},
"01129": {
"county": "Washington",
"fip": "01129",
"total_votes": 8761,
"votes": {
"Mitt Romney": 5749,
"Virgil Goode": 10,
"Barack Obama": 2971,
"Jill Stein": 9,
"Gary Johnson": 22
},
"pct_reporting": "100"
},
"01087": {
"county": "Macon",
"fip": "01087",
"total_votes": 10385,
"votes": {
"Mitt Romney": 1322,
"Virgil Goode": 1,
"Barack Obama": 9045,
"Jill Stein": 3,
"Gary Johnson": 14
},
"pct_reporting": "100"
},
"01085": {
"county": "Lowndes",
"fip": "01085",
"total_votes": 7519,
"votes": {
"Mitt Romney": 1754,
"Virgil Goode": 2,
"Barack Obama": 5747,
"Jill Stein": 1,
"Gary Johnson": 15
},
"pct_reporting": "100"
},
"01083": {
"county": "Limestone",
"fip": "01083",
"total_votes": 35406,
"votes": {
"Mitt Romney": 25263,
"Virgil Goode": 63,
"Barack Obama": 9809,
"Jill Stein": 54,
"Gary Johnson": 217
},
"pct_reporting": "100"
},
"01081": {
"county": "Lee",
"fip": "01081",
"total_votes": 54115,
"votes": {
"Mitt Romney": 32062,
"Virgil Goode": 82,
"Barack Obama": 21274,
"Jill Stein": 96,
"Gary Johnson": 601
},
"pct_reporting": "100"
},
"01121": {
"county": "Talladega",
"fip": "01121",
"total_votes": 33317,
"votes": {
"Mitt Romney": 19217,
"Virgil Goode": 51,
"Barack Obama": 13878,
"Jill Stein": 44,
"Gary Johnson": 127
},
"pct_reporting": "100"
},
"01123": {
"county": "Tallapoosa",
"fip": "01123",
"total_votes": 18668,
"votes": {
"Mitt Romney": 12303,
"Virgil Goode": 20,
"Barack Obama": 6252,
"Jill Stein": 25,
"Gary Johnson": 68
},
"pct_reporting": "100"
},
"01065": {
"county": "Hale",
"fip": "01065",
"total_votes": 8628,
"votes": {
"Mitt Romney": 3205,
"Virgil Goode": 3,
"Barack Obama": 5401,
"Jill Stein": 6,
"Gary Johnson": 13
},
"pct_reporting": "100"
},
"01127": {
"county": "Walker",
"fip": "01127",
"total_votes": 28497,
"votes": {
"Mitt Romney": 21633,
"Virgil Goode": 79,
"Barack Obama": 6551,
"Jill Stein": 69,
"Gary Johnson": 165
},
"pct_reporting": "100"
},
"01089": {
"county": "Madison",
"fip": "01089",
"total_votes": 154632,
"votes": {
"Mitt Romney": 90679,
"Virgil Goode": 247,
"Barack Obama": 61802,
"Jill Stein": 376,
"Gary Johnson": 1528
},
"pct_reporting": "100"
},
"01125": {
"county": "Tuscaloosa",
"fip": "01125",
"total_votes": 78495,
"votes": {
"Mitt Romney": 45703,
"Virgil Goode": 106,
"Barack Obama": 32003,
"Jill Stein": 130,
"Gary Johnson": 553
},
"pct_reporting": "100"
},
"01051": {
"county": "Elmore",
"fip": "01051",
"total_votes": 35440,
"votes": {
"Mitt Romney": 26223,
"Virgil Goode": 52,
"Barack Obama": 8940,
"Jill Stein": 34,
"Gary Johnson": 191
},
"pct_reporting": "100"
},
"01053": {
"county": "Escambia",
"fip": "01053",
"total_votes": 14832,
"votes": {
"Mitt Romney": 9263,
"Virgil Goode": 20,
"Barack Obama": 5476,
"Jill Stein": 18,
"Gary Johnson": 55
},
"pct_reporting": "100"
},
"01055": {
"county": "Etowah",
"fip": "01055",
"total_votes": 42490,
"votes": {
"Mitt Romney": 29102,
"Virgil Goode": 102,
"Barack Obama": 12792,
"Jill Stein": 99,
"Gary Johnson": 395
},
"pct_reporting": "100"
},
"01057": {
"county": "Fayette",
"fip": "01057",
"total_votes": 7912,
"votes": {
"Mitt Romney": 6034,
"Virgil Goode": 24,
"Barack Obama": 1803,
"Jill Stein": 8,
"Gary Johnson": 43
},
"pct_reporting": "100"
},
"01059": {
"county": "Franklin",
"fip": "01059",
"total_votes": 10859,
"votes": {
"Mitt Romney": 7567,
"Virgil Goode": 30,
"Barack Obama": 3171,
"Jill Stein": 22,
"Gary Johnson": 69
},
"pct_reporting": "100"
},
"01075": {
"county": "Lamar",
"fip": "01075",
"total_votes": 7159,
"votes": {
"Mitt Romney": 5453,
"Virgil Goode": 20,
"Barack Obama": 1643,
"Jill Stein": 9,
"Gary Johnson": 34
},
"pct_reporting": "100"
},
"01073": {
"county": "Jefferson",
"fip": "01073",
"total_votes": 303424,
"votes": {
"Mitt Romney": 141413,
"Virgil Goode": 283,
"Barack Obama": 159658,
"Jill Stein": 437,
"Gary Johnson": 1633
},
"pct_reporting": "100"
},
"01071": {
"county": "Jackson",
"fip": "01071",
"total_votes": 20555,
"votes": {
"Mitt Romney": 14422,
"Virgil Goode": 65,
"Barack Obama": 5817,
"Jill Stein": 62,
"Gary Johnson": 189
},
"pct_reporting": "100"
},
"01111": {
"county": "Randolph",
"fip": "01111",
"total_votes": 10391,
"votes": {
"Mitt Romney": 7219,
"Virgil Goode": 19,
"Barack Obama": 3076,
"Jill Stein": 22,
"Gary Johnson": 55
},
"pct_reporting": "100"
},
"01039": {
"county": "Covington",
"fip": "01039",
"total_votes": 15415,
"votes": {
"Mitt Romney": 12148,
"Virgil Goode": 26,
"Barack Obama": 3155,
"Jill Stein": 20,
"Gary Johnson": 66
},
"pct_reporting": "100"
},
"01113": {
"county": "Russell",
"fip": "01113",
"total_votes": 18871,
"votes": {
"Mitt Romney": 8276,
"Virgil Goode": 22,
"Barack Obama": 10495,
"Jill Stein": 17,
"Gary Johnson": 61
},
"pct_reporting": "100"
},
"01019": {
"county": "Cherokee",
"fip": "01019",
"total_votes": 9761,
"votes": {
"Mitt Romney": 7494,
"Virgil Goode": 36,
"Barack Obama": 2126,
"Jill Stein": 26,
"Gary Johnson": 79
},
"pct_reporting": "100"
},
"01115": {
"county": "St. Clair",
"fip": "01115",
"total_votes": 35105,
"votes": {
"Mitt Romney": 29001,
"Virgil Goode": 59,
"Barack Obama": 5790,
"Jill Stein": 56,
"Gary Johnson": 199
},
"pct_reporting": "100"
},
"01025": {
"county": "Clarke",
"fip": "01025",
"total_votes": 13827,
"votes": {
"Mitt Romney": 7463,
"Virgil Goode": 11,
"Barack Obama": 6317,
"Jill Stein": 14,
"Gary Johnson": 22
},
"pct_reporting": "100"
},
"01015": {
"county": "Calhoun",
"fip": "01015",
"total_votes": 46240,
"votes": {
"Mitt Romney": 30272,
"Virgil Goode": 85,
"Barack Obama": 15500,
"Jill Stein": 92,
"Gary Johnson": 291
},
"pct_reporting": "100"
},
"01119": {
"county": "Sumter",
"fip": "01119",
"total_votes": 7025,
"votes": {
"Mitt Romney": 1585,
"Virgil Goode": 0,
"Barack Obama": 5420,
"Jill Stein": 2,
"Gary Johnson": 18
},
"pct_reporting": "100"
},
"01017": {
"county": "Chambers",
"fip": "01017",
"total_votes": 14562,
"votes": {
"Mitt Romney": 7596,
"Virgil Goode": 20,
"Barack Obama": 6853,
"Jill Stein": 15,
"Gary Johnson": 78
},
"pct_reporting": "100"
},
"01117": {
"county": "Shelby",
"fip": "01117",
"total_votes": 92204,
"votes": {
"Mitt Romney": 71243,
"Virgil Goode": 124,
"Barack Obama": 19944,
"Jill Stein": 171,
"Gary Johnson": 722
},
"pct_reporting": "100"
},
"01037": {
"county": "Coosa",
"fip": "01037",
"total_votes": 5243,
"votes": {
"Mitt Romney": 3028,
"Virgil Goode": 1,
"Barack Obama": 2188,
"Jill Stein": 8,
"Gary Johnson": 18
},
"pct_reporting": "100"
},
"01035": {
"county": "Conecuh",
"fip": "01035",
"total_votes": 7013,
"votes": {
"Mitt Romney": 3434,
"Virgil Goode": 4,
"Barack Obama": 3551,
"Jill Stein": 9,
"Gary Johnson": 15
},
"pct_reporting": "100"
},
"01095": {
"county": "Marshall",
"fip": "01095",
"total_votes": 32455,
"votes": {
"Mitt Romney": 25785,
"Virgil Goode": 78,
"Barack Obama": 6271,
"Jill Stein": 94,
"Gary Johnson": 227
},
"pct_reporting": "100"
},
"01033": {
"county": "Colbert",
"fip": "01033",
"total_votes": 23374,
"votes": {
"Mitt Romney": 13931,
"Virgil Goode": 46,
"Barack Obama": 9160,
"Jill Stein": 36,
"Gary Johnson": 201
},
"pct_reporting": "100"
},
"01097": {
"county": "Mobile",
"fip": "01097",
"total_votes": 174189,
"votes": {
"Mitt Romney": 94566,
"Virgil Goode": 137,
"Barack Obama": 78417,
"Jill Stein": 250,
"Gary Johnson": 819
},
"pct_reporting": "100"
},
"01041": {
"county": "Crenshaw",
"fip": "01041",
"total_votes": 6411,
"votes": {
"Mitt Romney": 4326,
"Virgil Goode": 8,
"Barack Obama": 2048,
"Jill Stein": 8,
"Gary Johnson": 21
},
"pct_reporting": "100"
},
"01091": {
"county": "Marengo",
"fip": "01091",
"total_votes": 11509,
"votes": {
"Mitt Romney": 5321,
"Virgil Goode": 10,
"Barack Obama": 6154,
"Jill Stein": 9,
"Gary Johnson": 15
},
"pct_reporting": "100"
},
"01093": {
"county": "Marion",
"fip": "01093",
"total_votes": 12104,
"votes": {
"Mitt Romney": 9696,
"Virgil Goode": 34,
"Barack Obama": 2249,
"Jill Stein": 28,
"Gary Johnson": 97
},
"pct_reporting": "100"
},
"01133": {
"county": "Winston",
"fip": "01133",
"total_votes": 9712,
"votes": {
"Mitt Romney": 8310,
"Virgil Goode": 34,
"Barack Obama": 1286,
"Jill Stein": 25,
"Gary Johnson": 57
},
"pct_reporting": "100"
},
"01131": {
"county": "Wilcox",
"fip": "01131",
"total_votes": 6547,
"votes": {
"Mitt Romney": 1676,
"Virgil Goode": 1,
"Barack Obama": 4867,
"Jill Stein": 1,
"Gary Johnson": 2
},
"pct_reporting": "100"
},
"01099": {
"county": "Monroe",
"fip": "01099",
"total_votes": 10680,
"votes": {
"Mitt Romney": 5730,
"Virgil Goode": 12,
"Barack Obama": 4897,
"Jill Stein": 13,
"Gary Johnson": 28
},
"pct_reporting": "100"
},
"01031": {
"county": "Coffee",
"fip": "01031",
"total_votes": 19715,
"votes": {
"Mitt Romney": 14638,
"Virgil Goode": 35,
"Barack Obama": 4899,
"Jill Stein": 33,
"Gary Johnson": 110
},
"pct_reporting": "100"
},
"01021": {
"county": "Chilton",
"fip": "01021",
"total_votes": 17434,
"votes": {
"Mitt Romney": 13910,
"Virgil Goode": 29,
"Barack Obama": 3391,
"Jill Stein": 38,
"Gary Johnson": 66
},
"pct_reporting": "100"
}
},
"AR": {
"05109": {
"county": "Pike",
"fip": "05109",
"total_votes": 3787,
"votes": {
"Mitt Romney": 2847,
"Barack Obama": 850,
"Jill Stein": 35,
"Peta Lindsay": 5,
"Gary Johnson": 50
},
"pct_reporting": "100"
},
"05129": {
"county": "Searcy",
"fip": "05129",
"total_votes": 3694,
"votes": {
"Mitt Romney": 2699,
"Barack Obama": 814,
"Jill Stein": 70,
"Peta Lindsay": 16,
"Gary Johnson": 95
},
"pct_reporting": "100"
},
"05049": {
"county": "Fulton",
"fip": "05049",
"total_votes": 4522,
"votes": {
"Mitt Romney": 2949,
"Barack Obama": 1452,
"Jill Stein": 35,
"Peta Lindsay": 20,
"Gary Johnson": 66
},
"pct_reporting": "100"
},
"05103": {
"county": "Ouachita",
"fip": "05103",
"total_votes": 10303,
"votes": {
"Mitt Romney": 5516,
"Barack Obama": 4626,
"Jill Stein": 87,
"Peta Lindsay": 16,
"Gary Johnson": 58
},
"pct_reporting": "100"
},
"05047": {
"county": "Franklin",
"fip": "05047",
"total_votes": 6539,
"votes": {
"Mitt Romney": 4631,
"Barack Obama": 1725,
"Jill Stein": 80,
"Peta Lindsay": 10,
"Gary Johnson": 93
},
"pct_reporting": "100"
},
"05101": {
"county": "Newton",
"fip": "05101",
"total_votes": 3661,
"votes": {
"Mitt Romney": 2508,
"Barack Obama": 993,
"Jill Stein": 68,
"Peta Lindsay": 7,
"Gary Johnson": 85
},
"pct_reporting": "100"
},
"05045": {
"county": "Faulkner",
"fip": "05045",
"total_votes": 41322,
"votes": {
"Mitt Romney": 26653,
"Barack Obama": 13559,
"Jill Stein": 371,
"Peta Lindsay": 45,
"Gary Johnson": 694
},
"pct_reporting": "100"
},
"05107": {
"county": "Phillips",
"fip": "05107",
"total_votes": 7900,
"votes": {
"Mitt Romney": 2591,
"Barack Obama": 5179,
"Jill Stein": 51,
"Peta Lindsay": 17,
"Gary Johnson": 62
},
"pct_reporting": "100"
},
"05043": {
"county": "Drew",
"fip": "05043",
"total_votes": 6626,
"votes": {
"Mitt Romney": 3883,
"Barack Obama": 2627,
"Jill Stein": 44,
"Peta Lindsay": 7,
"Gary Johnson": 65
},
"pct_reporting": "100"
},
"05105": {
"county": "Perry",
"fip": "05105",
"total_votes": 3937,
"votes": {
"Mitt Romney": 2580,
"Barack Obama": 1187,
"Jill Stein": 54,
"Peta Lindsay": 18,
"Gary Johnson": 98
},
"pct_reporting": "100"
},
"05041": {
"county": "Desha",
"fip": "05041",
"total_votes": 4240,
"votes": {
"Mitt Romney": 1807,
"Barack Obama": 2353,
"Jill Stein": 25,
"Peta Lindsay": 17,
"Gary Johnson": 38
},
"pct_reporting": "100"
},
"05089": {
"county": "Marion",
"fip": "05089",
"total_votes": 7029,
"votes": {
"Mitt Romney": 4771,
"Barack Obama": 2024,
"Jill Stein": 78,
"Peta Lindsay": 9,
"Gary Johnson": 147
},
"pct_reporting": "100"
},
"05083": {
"county": "Logan",
"fip": "05083",
"total_votes": 7330,
"votes": {
"Mitt Romney": 5078,
"Barack Obama": 2009,
"Jill Stein": 92,
"Peta Lindsay": 11,
"Gary Johnson": 140
},
"pct_reporting": "100"
},
"05065": {
"county": "Izard",
"fip": "05065",
"total_votes": 5313,
"votes": {
"Mitt Romney": 3571,
"Barack Obama": 1563,
"Jill Stein": 62,
"Peta Lindsay": 18,
"Gary Johnson": 99
},
"pct_reporting": "100"
},
"05137": {
"county": "Stone",
"fip": "05137",
"total_votes": 5351,
"votes": {
"Mitt Romney": 3773,
"Barack Obama": 1356,
"Jill Stein": 68,
"Peta Lindsay": 13,
"Gary Johnson": 141
},
"pct_reporting": "100"
},
"05081": {
"county": "Little River",
"fip": "05081",
"total_votes": 5051,
"votes": {
"Mitt Romney": 3385,
"Barack Obama": 1552,
"Jill Stein": 43,
"Peta Lindsay": 17,
"Gary Johnson": 54
},
"pct_reporting": "100"
},
"05087": {
"county": "Madison",
"fip": "05087",
"total_votes": 6567,
"votes": {
"Mitt Romney": 4262,
"Barack Obama": 2099,
"Jill Stein": 78,
"Peta Lindsay": 8,
"Gary Johnson": 120
},
"pct_reporting": "100"
},
"05123": {
"county": "Saint Francis",
"fip": "05123",
"total_votes": 8021,
"votes": {
"Mitt Romney": 3287,
"Barack Obama": 4652,
"Jill Stein": 26,
"Peta Lindsay": 17,
"Gary Johnson": 39
},
"pct_reporting": "100"
},
"05085": {
"county": "Lonoke",
"fip": "05085",
"total_votes": 23272,
"votes": {
"Mitt Romney": 17450,
"Barack Obama": 5237,
"Jill Stein": 194,
"Peta Lindsay": 27,
"Gary Johnson": 364
},
"pct_reporting": "100"
},
"05127": {
"county": "Scott",
"fip": "05127",
"total_votes": 3637,
"votes": {
"Mitt Romney": 2630,
"Barack Obama": 895,
"Jill Stein": 35,
"Peta Lindsay": 12,
"Gary Johnson": 65
},
"pct_reporting": "100"
},
"05003": {
"county": "Ashley",
"fip": "05003",
"total_votes": 7915,
"votes": {
"Mitt Romney": 4866,
"Barack Obama": 2855,
"Jill Stein": 58,
"Peta Lindsay": 31,
"Gary Johnson": 105
},
"pct_reporting": "100"
},
"05117": {
"county": "Prairie",
"fip": "05117",
"total_votes": 3134,
"votes": {
"Mitt Romney": 2149,
"Barack Obama": 877,
"Jill Stein": 51,
"Peta Lindsay": 15,
"Gary Johnson": 42
},
"pct_reporting": "100"
},
"05115": {
"county": "Pope",
"fip": "05115",
"total_votes": 20390,
"votes": {
"Mitt Romney": 14733,
"Barack Obama": 5108,
"Jill Stein": 206,
"Peta Lindsay": 23,
"Gary Johnson": 320
},
"pct_reporting": "100"
},
"05011": {
"county": "Bradley",
"fip": "05011",
"total_votes": 3634,
"votes": {
"Mitt Romney": 2118,
"Barack Obama": 1447,
"Jill Stein": 22,
"Peta Lindsay": 15,
"Gary Johnson": 32
},
"pct_reporting": "100"
},
"05073": {
"county": "Lafayette",
"fip": "05073",
"total_votes": 2928,
"votes": {
"Mitt Romney": 1712,
"Barack Obama": 1173,
"Jill Stein": 13,
"Peta Lindsay": 11,
"Gary Johnson": 19
},
"pct_reporting": "100"
},
"05013": {
"county": "Calhoun",
"fip": "05013",
"total_votes": 2174,
"votes": {
"Mitt Romney": 1458,
"Barack Obama": 660,
"Jill Stein": 20,
"Peta Lindsay": 3,
"Gary Johnson": 33
},
"pct_reporting": "100"
},
"05067": {
"county": "Jackson",
"fip": "05067",
"total_votes": 5338,
"votes": {
"Mitt Romney": 3065,
"Barack Obama": 2093,
"Jill Stein": 69,
"Peta Lindsay": 15,
"Gary Johnson": 96
},
"pct_reporting": "100"
},
"05015": {
"county": "Carroll",
"fip": "05015",
"total_votes": 10172,
"votes": {
"Mitt Romney": 6121,
"Barack Obama": 3691,
"Jill Stein": 134,
"Peta Lindsay": 6,
"Gary Johnson": 220
},
"pct_reporting": "100"
},
"05111": {
"county": "Poinsett",
"fip": "05111",
"total_votes": 7550,
"votes": {
"Mitt Romney": 4967,
"Barack Obama": 2387,
"Jill Stein": 72,
"Peta Lindsay": 11,
"Gary Johnson": 113
},
"pct_reporting": "100"
},
"05039": {
"county": "Dallas",
"fip": "05039",
"total_votes": 3083,
"votes": {
"Mitt Romney": 1664,
"Barack Obama": 1337,
"Jill Stein": 20,
"Peta Lindsay": 18,
"Gary Johnson": 44
},
"pct_reporting": "100"
},
"05113": {
"county": "Polk",
"fip": "05113",
"total_votes": 7721,
"votes": {
"Mitt Romney": 5950,
"Barack Obama": 1556,
"Jill Stein": 66,
"Peta Lindsay": 22,
"Gary Johnson": 127
},
"pct_reporting": "100"
},
"05037": {
"county": "Cross",
"fip": "05037",
"total_votes": 6680,
"votes": {
"Mitt Romney": 4268,
"Barack Obama": 2279,
"Jill Stein": 42,
"Peta Lindsay": 9,
"Gary Johnson": 82
},
"pct_reporting": "100"
},
"05035": {
"county": "Crittenden",
"fip": "05035",
"total_votes": 15513,
"votes": {
"Mitt Romney": 6192,
"Barack Obama": 9092,
"Jill Stein": 67,
"Peta Lindsay": 22,
"Gary Johnson": 140
},
"pct_reporting": "100"
},
"05033": {
"county": "Crawford",
"fip": "05033",
"total_votes": 20562,
"votes": {
"Mitt Romney": 15125,
"Barack Obama": 4872,
"Jill Stein": 188,
"Peta Lindsay": 30,
"Gary Johnson": 347
},
"pct_reporting": "100"
},
"05071": {
"county": "Johnson",
"fip": "05071",
"total_votes": 8064,
"votes": {
"Mitt Romney": 5045,
"Barack Obama": 2785,
"Jill Stein": 94,
"Peta Lindsay": 13,
"Gary Johnson": 127
},
"pct_reporting": "100"
},
"05031": {
"county": "Craighead",
"fip": "05031",
"total_votes": 31207,
"votes": {
"Mitt Romney": 20044,
"Barack Obama": 10351,
"Jill Stein": 291,
"Peta Lindsay": 32,
"Gary Johnson": 489
},
"pct_reporting": "100"
},
"05061": {
"county": "Howard",
"fip": "05061",
"total_votes": 4419,
"votes": {
"Mitt Romney": 2862,
"Barack Obama": 1460,
"Jill Stein": 36,
"Peta Lindsay": 13,
"Gary Johnson": 48
},
"pct_reporting": "100"
},
"05079": {
"county": "Lincoln",
"fip": "05079",
"total_votes": 3725,
"votes": {
"Mitt Romney": 2199,
"Barack Obama": 1424,
"Jill Stein": 37,
"Peta Lindsay": 12,
"Gary Johnson": 53
},
"pct_reporting": "100"
},
"05135": {
"county": "Sharp",
"fip": "05135",
"total_votes": 7282,
"votes": {
"Mitt Romney": 4920,
"Barack Obama": 2092,
"Jill Stein": 91,
"Peta Lindsay": 23,
"Gary Johnson": 156
},
"pct_reporting": "100"
},
"05059": {
"county": "Hot Spring",
"fip": "05059",
"total_votes": 11239,
"votes": {
"Mitt Romney": 7087,
"Barack Obama": 3824,
"Jill Stein": 149,
"Peta Lindsay": 28,
"Gary Johnson": 151
},
"pct_reporting": "100"
},
"05017": {
"county": "Chicot",
"fip": "05017",
"total_votes": 4361,
"votes": {
"Mitt Romney": 1670,
"Barack Obama": 2649,
"Jill Stein": 10,
"Peta Lindsay": 7,
"Gary Johnson": 25
},
"pct_reporting": "100"
},
"05139": {
"county": "Union",
"fip": "05139",
"total_votes": 17160,
"votes": {
"Mitt Romney": 10696,
"Barack Obama": 6182,
"Jill Stein": 61,
"Peta Lindsay": 63,
"Gary Johnson": 158
},
"pct_reporting": "100"
},
"05055": {
"county": "Greene",
"fip": "05055",
"total_votes": 13754,
"votes": {
"Mitt Romney": 9066,
"Barack Obama": 3998,
"Jill Stein": 179,
"Peta Lindsay": 80,
"Gary Johnson": 431
},
"pct_reporting": "100"
},
"05077": {
"county": "Lee",
"fip": "05077",
"total_votes": 3424,
"votes": {
"Mitt Romney": 1280,
"Barack Obama": 2107,
"Jill Stein": 8,
"Peta Lindsay": 2,
"Gary Johnson": 27
},
"pct_reporting": "100"
},
"05057": {
"county": "Hempstead",
"fip": "05057",
"total_votes": 6919,
"votes": {
"Mitt Romney": 4284,
"Barack Obama": 2466,
"Jill Stein": 63,
"Peta Lindsay": 30,
"Gary Johnson": 76
},
"pct_reporting": "100"
},
"05063": {
"county": "Independence",
"fip": "05063",
"total_votes": 12390,
"votes": {
"Mitt Romney": 8724,
"Barack Obama": 3279,
"Jill Stein": 142,
"Peta Lindsay": 35,
"Gary Johnson": 210
},
"pct_reporting": "100"
},
"05051": {
"county": "Garland",
"fip": "05051",
"total_votes": 39241,
"votes": {
"Mitt Romney": 25031,
"Barack Obama": 13317,
"Jill Stein": 354,
"Peta Lindsay": 38,
"Gary Johnson": 501
},
"pct_reporting": "100"
},
"05133": {
"county": "Sevier",
"fip": "05133",
"total_votes": 4328,
"votes": {
"Mitt Romney": 3135,
"Barack Obama": 1042,
"Jill Stein": 60,
"Peta Lindsay": 18,
"Gary Johnson": 73
},
"pct_reporting": "100"
},
"05053": {
"county": "Grant",
"fip": "05053",
"total_votes": 6478,
"votes": {
"Mitt Romney": 4829,
"Barack Obama": 1467,
"Jill Stein": 66,
"Peta Lindsay": 8,
"Gary Johnson": 108
},
"pct_reporting": "100"
},
"05131": {
"county": "Sebastian",
"fip": "05131",
"total_votes": 43340,
"votes": {
"Mitt Romney": 29158,
"Barack Obama": 13083,
"Jill Stein": 349,
"Peta Lindsay": 60,
"Gary Johnson": 690
},
"pct_reporting": "100"
},
"05099": {
"county": "Nevada",
"fip": "05099",
"total_votes": 3384,
"votes": {
"Mitt Romney": 1996,
"Barack Obama": 1314,
"Jill Stein": 23,
"Peta Lindsay": 6,
"Gary Johnson": 45
},
"pct_reporting": "100"
},
"05019": {
"county": "Clark",
"fip": "05019",
"total_votes": 8406,
"votes": {
"Mitt Romney": 4343,
"Barack Obama": 3808,
"Jill Stein": 104,
"Peta Lindsay": 10,
"Gary Johnson": 141
},
"pct_reporting": "100"
},
"05075": {
"county": "Lawrence",
"fip": "05075",
"total_votes": 5537,
"votes": {
"Mitt Romney": 3535,
"Barack Obama": 1786,
"Jill Stein": 77,
"Peta Lindsay": 18,
"Gary Johnson": 121
},
"pct_reporting": "100"
},
"05091": {
"county": "Miller",
"fip": "05091",
"total_votes": 15325,
"votes": {
"Mitt Romney": 10619,
"Barack Obama": 4517,
"Jill Stein": 69,
"Peta Lindsay": 24,
"Gary Johnson": 96
},
"pct_reporting": "100"
},
"05119": {
"county": "Pulaski",
"fip": "05119",
"total_votes": 159055,
"votes": {
"Mitt Romney": 68856,
"Barack Obama": 87055,
"Jill Stein": 1062,
"Peta Lindsay": 133,
"Gary Johnson": 1949
},
"pct_reporting": "100"
},
"05093": {
"county": "Mississippi",
"fip": "05093",
"total_votes": 13349,
"votes": {
"Mitt Romney": 6599,
"Barack Obama": 6445,
"Jill Stein": 89,
"Peta Lindsay": 75,
"Gary Johnson": 141
},
"pct_reporting": "100"
},
"05095": {
"county": "Monroe",
"fip": "05095",
"total_votes": 3230,
"votes": {
"Mitt Romney": 1585,
"Barack Obama": 1583,
"Jill Stein": 34,
"Peta Lindsay": 2,
"Gary Johnson": 26
},
"pct_reporting": "100"
},
"05097": {
"county": "Montgomery",
"fip": "05097",
"total_votes": 3403,
"votes": {
"Mitt Romney": 2368,
"Barack Obama": 920,
"Jill Stein": 55,
"Peta Lindsay": 9,
"Gary Johnson": 51
},
"pct_reporting": "100"
},
"05121": {
"county": "Randolph",
"fip": "05121",
"total_votes": 5948,
"votes": {
"Mitt Romney": 3699,
"Barack Obama": 2040,
"Jill Stein": 79,
"Peta Lindsay": 9,
"Gary Johnson": 121
},
"pct_reporting": "100"
},
"05009": {
"county": "Boone",
"fip": "05009",
"total_votes": 15363,
"votes": {
"Mitt Romney": 11143,
"Barack Obama": 3762,
"Jill Stein": 163,
"Peta Lindsay": 34,
"Gary Johnson": 261
},
"pct_reporting": "100"
},
"05125": {
"county": "Saline",
"fip": "05125",
"total_votes": 47059,
"votes": {
"Mitt Romney": 32962,
"Barack Obama": 12868,
"Jill Stein": 421,
"Peta Lindsay": 33,
"Gary Johnson": 775
},
"pct_reporting": "100"
},
"05069": {
"county": "Jefferson",
"fip": "05069",
"total_votes": 27364,
"votes": {
"Mitt Romney": 9515,
"Barack Obama": 17456,
"Jill Stein": 166,
"Peta Lindsay": 33,
"Gary Johnson": 194
},
"pct_reporting": "100"
},
"05029": {
"county": "Conway",
"fip": "05029",
"total_votes": 7724,
"votes": {
"Mitt Romney": 4511,
"Barack Obama": 3003,
"Jill Stein": 94,
"Peta Lindsay": 12,
"Gary Johnson": 104
},
"pct_reporting": "100"
},
"05001": {
"county": "Arkansas",
"fip": "05001",
"total_votes": 6488,
"votes": {
"Mitt Romney": 3892,
"Barack Obama": 2454,
"Jill Stein": 45,
"Peta Lindsay": 5,
"Gary Johnson": 92
},
"pct_reporting": "100"
},
"05007": {
"county": "Benton",
"fip": "05007",
"total_votes": 70628,
"votes": {
"Mitt Romney": 48649,
"Barack Obama": 20267,
"Jill Stein": 430,
"Peta Lindsay": 68,
"Gary Johnson": 1214
},
"pct_reporting": "5"
},
"05149": {
"county": "Yell",
"fip": "05149",
"total_votes": 5971,
"votes": {
"Mitt Romney": 4041,
"Barack Obama": 1720,
"Jill Stein": 89,
"Peta Lindsay": 26,
"Gary Johnson": 95
},
"pct_reporting": "100"
},
"05005": {
"county": "Baxter",
"fip": "05005",
"total_votes": 19339,
"votes": {
"Mitt Romney": 13688,
"Barack Obama": 5172,
"Jill Stein": 177,
"Peta Lindsay": 9,
"Gary Johnson": 293
},
"pct_reporting": "100"
},
"05147": {
"county": "Woodruff",
"fip": "05147",
"total_votes": 2685,
"votes": {
"Mitt Romney": 1227,
"Barack Obama": 1340,
"Jill Stein": 37,
"Peta Lindsay": 18,
"Gary Johnson": 63
},
"pct_reporting": "100"
},
"05021": {
"county": "Clay",
"fip": "05021",
"total_votes": 5110,
"votes": {
"Mitt Romney": 3225,
"Barack Obama": 1738,
"Jill Stein": 38,
"Peta Lindsay": 10,
"Gary Johnson": 99
},
"pct_reporting": "100"
},
"05145": {
"county": "White",
"fip": "05145",
"total_votes": 26508,
"votes": {
"Mitt Romney": 20005,
"Barack Obama": 5765,
"Jill Stein": 255,
"Peta Lindsay": 55,
"Gary Johnson": 428
},
"pct_reporting": "100"
},
"05023": {
"county": "Cleburne",
"fip": "05023",
"total_votes": 11643,
"votes": {
"Mitt Romney": 8691,
"Barack Obama": 2618,
"Jill Stein": 106,
"Peta Lindsay": 32,
"Gary Johnson": 196
},
"pct_reporting": "100"
},
"05143": {
"county": "Washington",
"fip": "05143",
"total_votes": 70231,
"votes": {
"Mitt Romney": 39570,
"Barack Obama": 28136,
"Jill Stein": 816,
"Peta Lindsay": 67,
"Gary Johnson": 1642
},
"pct_reporting": "100"
},
"05025": {
"county": "Cleveland",
"fip": "05025",
"total_votes": 3259,
"votes": {
"Mitt Romney": 2307,
"Barack Obama": 844,
"Jill Stein": 45,
"Peta Lindsay": 11,
"Gary Johnson": 52
},
"pct_reporting": "100"
},
"05141": {
"county": "Van Buren",
"fip": "05141",
"total_votes": 6421,
"votes": {
"Mitt Romney": 4362,
"Barack Obama": 1826,
"Jill Stein": 76,
"Peta Lindsay": 15,
"Gary Johnson": 142
},
"pct_reporting": "100"
},
"05027": {
"county": "Columbia",
"fip": "05027",
"total_votes": 9455,
"votes": {
"Mitt Romney": 5790,
"Barack Obama": 3557,
"Jill Stein": 40,
"Peta Lindsay": 4,
"Gary Johnson": 64
},
"pct_reporting": "100"
}
},
"VT": {
"50017": {
"county": "Orange",
"fip": "50017",
"total_votes": 13964,
"votes": {
"Mitt Romney": 4588,
"Barack Obama": 9075,
"Peta Lindsay": 40,
"Rocky Anderson": 67,
"Gary Johnson": 194
},
"pct_reporting": "100"
},
"50001": {
"county": "Addison",
"fip": "50001",
"total_votes": 17843,
"votes": {
"Mitt Romney": 5214,
"Barack Obama": 12290,
"Peta Lindsay": 37,
"Rocky Anderson": 79,
"Gary Johnson": 223
},
"pct_reporting": "100"
},
"50015": {
"county": "Lamoille",
"fip": "50015",
"total_votes": 11924,
"votes": {
"Mitt Romney": 3352,
"Barack Obama": 8371,
"Peta Lindsay": 26,
"Rocky Anderson": 35,
"Gary Johnson": 140
},
"pct_reporting": "100"
},
"50003": {
"county": "Bennington",
"fip": "50003",
"total_votes": 17512,
"votes": {
"Mitt Romney": 5687,
"Barack Obama": 11517,
"Peta Lindsay": 41,
"Rocky Anderson": 64,
"Gary Johnson": 203
},
"pct_reporting": "100"
},
"50013": {
"county": "Grand Isle",
"fip": "50013",
"total_votes": 4064,
"votes": {
"Mitt Romney": 1471,
"Barack Obama": 2531,
"Peta Lindsay": 7,
"Rocky Anderson": 18,
"Gary Johnson": 37
},
"pct_reporting": "100"
},
"50005": {
"county": "Caledonia",
"fip": "50005",
"total_votes": 13545,
"votes": {
"Mitt Romney": 5088,
"Barack Obama": 8192,
"Peta Lindsay": 36,
"Rocky Anderson": 61,
"Gary Johnson": 168
},
"pct_reporting": "100"
},
"50011": {
"county": "Franklin",
"fip": "50011",
"total_votes": 19755,
"votes": {
"Mitt Romney": 7405,
"Barack Obama": 12057,
"Peta Lindsay": 26,
"Rocky Anderson": 71,
"Gary Johnson": 196
},
"pct_reporting": "100"
},
"50007": {
"county": "Chittenden",
"fip": "50007",
"total_votes": 76531,
"votes": {
"Mitt Romney": 21567,
"Barack Obama": 53615,
"Peta Lindsay": 163,
"Rocky Anderson": 263,
"Gary Johnson": 923
},
"pct_reporting": "100"
},
"50009": {
"county": "Essex",
"fip": "50009",
"total_votes": 2769,
"votes": {
"Mitt Romney": 1169,
"Barack Obama": 1539,
"Peta Lindsay": 8,
"Rocky Anderson": 15,
"Gary Johnson": 38
},
"pct_reporting": "100"
},
"50019": {
"county": "Orleans",
"fip": "50019",
"total_votes": 11631,
"votes": {
"Mitt Romney": 4306,
"Barack Obama": 7116,
"Peta Lindsay": 37,
"Rocky Anderson": 42,
"Gary Johnson": 130
},
"pct_reporting": "100"
},
"50023": {
"county": "Washington",
"fip": "50023",
"total_votes": 29049,
"votes": {
"Mitt Romney": 8092,
"Barack Obama": 20349,
"Peta Lindsay": 80,
"Rocky Anderson": 141,
"Gary Johnson": 387
},
"pct_reporting": "100"
},
"50021": {
"county": "Rutland",
"fip": "50021",
"total_votes": 28414,
"votes": {
"Mitt Romney": 10834,
"Barack Obama": 17087,
"Peta Lindsay": 60,
"Rocky Anderson": 125,
"Gary Johnson": 308
},
"pct_reporting": "100"
},
"50027": {
"county": "Windsor",
"fip": "50027",
"total_votes": 28468,
"votes": {
"Mitt Romney": 8583,
"Barack Obama": 19440,
"Peta Lindsay": 51,
"Rocky Anderson": 80,
"Gary Johnson": 314
},
"pct_reporting": "100"
},
"50025": {
"county": "Windham",
"fip": "50025",
"total_votes": 21805,
"votes": {
"Mitt Romney": 5344,
"Barack Obama": 16080,
"Peta Lindsay": 82,
"Rocky Anderson": 78,
"Gary Johnson": 221
},
"pct_reporting": "100"
}
},
"IL": {
"17009": {
"county": "Brown",
"fip": "17009",
"total_votes": 2362,
"votes": {
"Gary Johnson": 40,
"Mitt Romney": 1511,
"Barack Obama": 787,
"Jill Stein": 24
},
"pct_reporting": "100"
},
"17167": {
"county": "Sangamon",
"fip": "17167",
"total_votes": 94032,
"votes": {
"Gary Johnson": 1277,
"Mitt Romney": 50131,
"Barack Obama": 41961,
"Jill Stein": 663
},
"pct_reporting": "100"
},
"17165": {
"county": "Saline",
"fip": "17165",
"total_votes": 10713,
"votes": {
"Gary Johnson": 126,
"Mitt Romney": 6803,
"Barack Obama": 3697,
"Jill Stein": 87
},
"pct_reporting": "100"
},
"17163": {
"county": "St. Clair",
"fip": "17163",
"total_votes": 118379,
"votes": {
"Gary Johnson": 1365,
"Mitt Romney": 49610,
"Barack Obama": 66749,
"Jill Stein": 655
},
"pct_reporting": "100"
},
"17161": {
"county": "Rock Island",
"fip": "17161",
"total_votes": 64880,
"votes": {
"Gary Johnson": 647,
"Mitt Romney": 24888,
"Barack Obama": 39081,
"Jill Stein": 264
},
"pct_reporting": "100"
},
"17001": {
"county": "Adams",
"fip": "17001",
"total_votes": 30538,
"votes": {
"Gary Johnson": 375,
"Mitt Romney": 20371,
"Barack Obama": 9627,
"Jill Stein": 165
},
"pct_reporting": "100"
},
"17003": {
"county": "Alexander",
"fip": "17003",
"total_votes": 3495,
"votes": {
"Gary Johnson": 29,
"Mitt Romney": 1485,
"Barack Obama": 1961,
"Jill Stein": 20
},
"pct_reporting": "100"
},
"17005": {
"county": "Bond",
"fip": "17005",
"total_votes": 7316,
"votes": {
"Gary Johnson": 149,
"Mitt Romney": 4091,
"Barack Obama": 3016,
"Jill Stein": 60
},
"pct_reporting": "100"
},
"17007": {
"county": "Boone",
"fip": "17007",
"total_votes": 21333,
"votes": {
"Gary Johnson": 283,
"Mitt Romney": 11084,
"Barack Obama": 9868,
"Jill Stein": 98
},
"pct_reporting": "100"
},
"17169": {
"county": "Schuyler",
"fip": "17169",
"total_votes": 3882,
"votes": {
"Gary Johnson": 62,
"Mitt Romney": 2062,
"Barack Obama": 1726,
"Jill Stein": 32
},
"pct_reporting": "100"
},
"17153": {
"county": "Pulaski",
"fip": "17153",
"total_votes": 3001,
"votes": {
"Gary Johnson": 31,
"Mitt Romney": 1562,
"Barack Obama": 1389,
"Jill Stein": 19
},
"pct_reporting": "100"
},
"17151": {
"county": "Pope",
"fip": "17151",
"total_votes": 2219,
"votes": {
"Gary Johnson": 34,
"Mitt Romney": 1511,
"Barack Obama": 649,
"Jill Stein": 25
},
"pct_reporting": "100"
},
"17019": {
"county": "Champaign",
"fip": "17019",
"total_votes": 77620,
"votes": {
"Gary Johnson": 1271,
"Mitt Romney": 35086,
"Barack Obama": 40378,
"Jill Stein": 885
},
"pct_reporting": "100"
},
"17157": {
"county": "Randolph",
"fip": "17157",
"total_votes": 14380,
"votes": {
"Gary Johnson": 227,
"Mitt Romney": 8284,
"Barack Obama": 5753,
"Jill Stein": 116
},
"pct_reporting": "100"
},
"17155": {
"county": "Putnam",
"fip": "17155",
"total_votes": 3132,
"votes": {
"Gary Johnson": 40,
"Mitt Romney": 1500,
"Barack Obama": 1558,
"Jill Stein": 34
},
"pct_reporting": "100"
},
"17013": {
"county": "Calhoun",
"fip": "17013",
"total_votes": 2574,
"votes": {
"Gary Johnson": 29,
"Mitt Romney": 1439,
"Barack Obama": 1079,
"Jill Stein": 27
},
"pct_reporting": "100"
},
"17159": {
"county": "Richland",
"fip": "17159",
"total_votes": 7274,
"votes": {
"Gary Johnson": 130,
"Mitt Romney": 4750,
"Barack Obama": 2360,
"Jill Stein": 34
},
"pct_reporting": "100"
},
"17011": {
"county": "Bureau",
"fip": "17011",
"total_votes": 16599,
"votes": {
"Gary Johnson": 226,
"Mitt Romney": 8151,
"Barack Obama": 8118,
"Jill Stein": 104
},
"pct_reporting": "100"
},
"17017": {
"county": "Cass",
"fip": "17017",
"total_votes": 4858,
"votes": {
"Gary Johnson": 55,
"Mitt Romney": 2707,
"Barack Obama": 2050,
"Jill Stein": 46
},
"pct_reporting": "100"
},
"17015": {
"county": "Carroll",
"fip": "17015",
"total_votes": 7370,
"votes": {
"Gary Johnson": 116,
"Mitt Romney": 3551,
"Barack Obama": 3658,
"Jill Stein": 45
},
"pct_reporting": "100"
},
"17081": {
"county": "Jefferson",
"fip": "17081",
"total_votes": 16303,
"votes": {
"Gary Johnson": 272,
"Mitt Romney": 9805,
"Barack Obama": 6080,
"Jill Stein": 146
},
"pct_reporting": "100"
},
"17083": {
"county": "Jersey",
"fip": "17083",
"total_votes": 9940,
"votes": {
"Gary Johnson": 172,
"Mitt Romney": 6032,
"Barack Obama": 3656,
"Jill Stein": 80
},
"pct_reporting": "100"
},
"17085": {
"county": "JoDaviess",
"fip": "17085",
"total_votes": 11411,
"votes": {
"Gary Johnson": 165,
"Mitt Romney": 5529,
"Barack Obama": 5660,
"Jill Stein": 57
},
"pct_reporting": "100"
},
"17087": {
"county": "Johnson",
"fip": "17087",
"total_votes": 5666,
"votes": {
"Gary Johnson": 87,
"Mitt Romney": 3959,
"Barack Obama": 1571,
"Jill Stein": 49
},
"pct_reporting": "100"
},
"17089": {
"county": "Kane",
"fip": "17089",
"total_votes": 183631,
"votes": {
"Gary Johnson": 2134,
"Mitt Romney": 89502,
"Barack Obama": 91120,
"Jill Stein": 875
},
"pct_reporting": "100"
},
"17027": {
"county": "Clinton",
"fip": "17027",
"total_votes": 16394,
"votes": {
"Gary Johnson": 225,
"Mitt Romney": 10493,
"Barack Obama": 5577,
"Jill Stein": 99
},
"pct_reporting": "100"
},
"17025": {
"county": "Clay",
"fip": "17025",
"total_votes": 5899,
"votes": {
"Gary Johnson": 96,
"Mitt Romney": 4184,
"Barack Obama": 1581,
"Jill Stein": 38
},
"pct_reporting": "100"
},
"17023": {
"county": "Clark",
"fip": "17023",
"total_votes": 7843,
"votes": {
"Gary Johnson": 87,
"Mitt Romney": 5138,
"Barack Obama": 2587,
"Jill Stein": 31
},
"pct_reporting": "100"
},
"17021": {
"county": "Christian",
"fip": "17021",
"total_votes": 14682,
"votes": {
"Gary Johnson": 205,
"Mitt Romney": 8873,
"Barack Obama": 5487,
"Jill Stein": 117
},
"pct_reporting": "100"
},
"17029": {
"county": "Coles",
"fip": "17029",
"total_votes": 21338,
"votes": {
"Gary Johnson": 304,
"Mitt Romney": 11623,
"Barack Obama": 9252,
"Jill Stein": 159
},
"pct_reporting": "100"
},
"17149": {
"county": "Pike",
"fip": "17149",
"total_votes": 7275,
"votes": {
"Gary Johnson": 90,
"Mitt Romney": 4853,
"Barack Obama": 2276,
"Jill Stein": 56
},
"pct_reporting": "100"
},
"17145": {
"county": "Perry",
"fip": "17145",
"total_votes": 9533,
"votes": {
"Gary Johnson": 118,
"Mitt Romney": 5497,
"Barack Obama": 3813,
"Jill Stein": 105
},
"pct_reporting": "100"
},
"17147": {
"county": "Piatt",
"fip": "17147",
"total_votes": 8697,
"votes": {
"Gary Johnson": 141,
"Mitt Romney": 5412,
"Barack Obama": 3081,
"Jill Stein": 63
},
"pct_reporting": "100"
},
"17141": {
"county": "Ogle",
"fip": "17141",
"total_votes": 23342,
"votes": {
"Gary Johnson": 312,
"Mitt Romney": 13409,
"Barack Obama": 9504,
"Jill Stein": 117
},
"pct_reporting": "100"
},
"17143": {
"county": "Peoria",
"fip": "17143",
"total_votes": 78060,
"votes": {
"Gary Johnson": 915,
"Mitt Romney": 36617,
"Barack Obama": 40050,
"Jill Stein": 478
},
"pct_reporting": "100"
},
"17093": {
"county": "Kendall",
"fip": "17093",
"total_votes": 45042,
"votes": {
"Gary Johnson": 556,
"Mitt Romney": 23076,
"Barack Obama": 21219,
"Jill Stein": 191
},
"pct_reporting": "100"
},
"17091": {
"county": "Kankakee",
"fip": "17091",
"total_votes": 45452,
"votes": {
"Gary Johnson": 528,
"Mitt Romney": 23115,
"Barack Obama": 21574,
"Jill Stein": 235
},
"pct_reporting": "100"
},
"17097": {
"county": "Lake",
"fip": "17097",
"total_votes": 284032,
"votes": {
"Gary Johnson": 2762,
"Mitt Romney": 128609,
"Barack Obama": 151552,
"Jill Stein": 1109
},
"pct_reporting": "100"
},
"17095": {
"county": "Knox",
"fip": "17095",
"total_votes": 22517,
"votes": {
"Gary Johnson": 272,
"Mitt Romney": 9133,
"Barack Obama": 12993,
"Jill Stein": 119
},
"pct_reporting": "100"
},
"17099": {
"county": "LaSalle",
"fip": "17099",
"total_votes": 47146,
"votes": {
"Gary Johnson": 644,
"Mitt Romney": 23207,
"Barack Obama": 23023,
"Jill Stein": 272
},
"pct_reporting": "100"
},
"17031": {
"county": "Cook",
"fip": "17031",
"total_votes": 1944401,
"votes": {
"Gary Johnson": 15195,
"Mitt Romney": 479204,
"Barack Obama": 1439123,
"Jill Stein": 10879
},
"pct_reporting": "99"
},
"17033": {
"county": "Crawford",
"fip": "17033",
"total_votes": 8598,
"votes": {
"Gary Johnson": 112,
"Mitt Romney": 5577,
"Barack Obama": 2855,
"Jill Stein": 54
},
"pct_reporting": "100"
},
"17035": {
"county": "Cumberland",
"fip": "17035",
"total_votes": 5290,
"votes": {
"Gary Johnson": 96,
"Mitt Romney": 3506,
"Barack Obama": 1640,
"Jill Stein": 48
},
"pct_reporting": "100"
},
"17037": {
"county": "DeKalb",
"fip": "17037",
"total_votes": 41020,
"votes": {
"Gary Johnson": 634,
"Mitt Romney": 18906,
"Barack Obama": 21171,
"Jill Stein": 309
},
"pct_reporting": "100"
},
"17039": {
"county": "DeWitt",
"fip": "17039",
"total_votes": 7338,
"votes": {
"Gary Johnson": 99,
"Mitt Romney": 4576,
"Barack Obama": 2598,
"Jill Stein": 65
},
"pct_reporting": "100"
},
"17139": {
"county": "Moultrie",
"fip": "17139",
"total_votes": 6052,
"votes": {
"Gary Johnson": 81,
"Mitt Romney": 3781,
"Barack Obama": 2142,
"Jill Stein": 48
},
"pct_reporting": "100"
},
"17131": {
"county": "Mercer",
"fip": "17131",
"total_votes": 8525,
"votes": {
"Gary Johnson": 108,
"Mitt Romney": 3874,
"Barack Obama": 4503,
"Jill Stein": 40
},
"pct_reporting": "100"
},
"17133": {
"county": "Monroe",
"fip": "17133",
"total_votes": 17407,
"votes": {
"Gary Johnson": 231,
"Mitt Romney": 10879,
"Barack Obama": 6205,
"Jill Stein": 92
},
"pct_reporting": "100"
},
"17135": {
"county": "Montgomery",
"fip": "17135",
"total_votes": 12120,
"votes": {
"Gary Johnson": 190,
"Mitt Romney": 6771,
"Barack Obama": 5053,
"Jill Stein": 106
},
"pct_reporting": "100"
},
"17137": {
"county": "Morgan",
"fip": "17137",
"total_votes": 14071,
"votes": {
"Gary Johnson": 205,
"Mitt Romney": 7962,
"Barack Obama": 5792,
"Jill Stein": 112
},
"pct_reporting": "100"
},
"17203": {
"county": "Woodford",
"fip": "17203",
"total_votes": 18848,
"votes": {
"Gary Johnson": 226,
"Mitt Romney": 12947,
"Barack Obama": 5564,
"Jill Stein": 111
},
"pct_reporting": "100"
},
"17201": {
"county": "Winnebago",
"fip": "17201",
"total_votes": 116101,
"votes": {
"Gary Johnson": 1430,
"Mitt Romney": 53722,
"Barack Obama": 60334,
"Jill Stein": 615
},
"pct_reporting": "100"
},
"17045": {
"county": "Edgar",
"fip": "17045",
"total_votes": 7810,
"votes": {
"Gary Johnson": 76,
"Mitt Romney": 5125,
"Barack Obama": 2563,
"Jill Stein": 46
},
"pct_reporting": "100"
},
"17047": {
"county": "Edwards",
"fip": "17047",
"total_votes": 3225,
"votes": {
"Gary Johnson": 47,
"Mitt Romney": 2402,
"Barack Obama": 754,
"Jill Stein": 22
},
"pct_reporting": "100"
},
"17129": {
"county": "Menard",
"fip": "17129",
"total_votes": 6142,
"votes": {
"Gary Johnson": 67,
"Mitt Romney": 3944,
"Barack Obama": 2095,
"Jill Stein": 36
},
"pct_reporting": "100"
},
"17041": {
"county": "Douglas",
"fip": "17041",
"total_votes": 7889,
"votes": {
"Gary Johnson": 92,
"Mitt Romney": 5331,
"Barack Obama": 2426,
"Jill Stein": 40
},
"pct_reporting": "100"
},
"17043": {
"county": "DuPage",
"fip": "17043",
"total_votes": 397173,
"votes": {
"Gary Johnson": 4450,
"Mitt Romney": 193333,
"Barack Obama": 197411,
"Jill Stein": 1979
},
"pct_reporting": "99"
},
"17123": {
"county": "Marshall",
"fip": "17123",
"total_votes": 5842,
"votes": {
"Gary Johnson": 65,
"Mitt Romney": 3287,
"Barack Obama": 2452,
"Jill Stein": 38
},
"pct_reporting": "100"
},
"17121": {
"county": "Marion",
"fip": "17121",
"total_votes": 15728,
"votes": {
"Gary Johnson": 212,
"Mitt Romney": 9229,
"Barack Obama": 6210,
"Jill Stein": 77
},
"pct_reporting": "100"
},
"17049": {
"county": "Effingham",
"fip": "17049",
"total_votes": 16595,
"votes": {
"Gary Johnson": 156,
"Mitt Romney": 12491,
"Barack Obama": 3855,
"Jill Stein": 93
},
"pct_reporting": "100"
},
"17127": {
"county": "Massac",
"fip": "17127",
"total_votes": 6492,
"votes": {
"Gary Johnson": 91,
"Mitt Romney": 4278,
"Barack Obama": 2092,
"Jill Stein": 31
},
"pct_reporting": "100"
},
"17125": {
"county": "Mason",
"fip": "17125",
"total_votes": 6272,
"votes": {
"Gary Johnson": 83,
"Mitt Romney": 3265,
"Barack Obama": 2867,
"Jill Stein": 57
},
"pct_reporting": "100"
},
"17117": {
"county": "Macoupin",
"fip": "17117",
"total_votes": 20947,
"votes": {
"Gary Johnson": 424,
"Mitt Romney": 10909,
"Barack Obama": 9440,
"Jill Stein": 174
},
"pct_reporting": "100"
},
"17115": {
"county": "Macon",
"fip": "17115",
"total_votes": 48742,
"votes": {
"Gary Johnson": 552,
"Mitt Romney": 25249,
"Barack Obama": 22688,
"Jill Stein": 253
},
"pct_reporting": "100"
},
"17113": {
"county": "McLean",
"fip": "17113",
"total_votes": 72756,
"votes": {
"Gary Johnson": 1049,
"Mitt Romney": 39638,
"Barack Obama": 31590,
"Jill Stein": 479
},
"pct_reporting": "100"
},
"17111": {
"county": "McHenry",
"fip": "17111",
"total_votes": 133589,
"votes": {
"Gary Johnson": 1678,
"Mitt Romney": 71488,
"Barack Obama": 59691,
"Jill Stein": 732
},
"pct_reporting": "100"
},
"17119": {
"county": "Madison",
"fip": "17119",
"total_votes": 122203,
"votes": {
"Gary Johnson": 1961,
"Mitt Romney": 60481,
"Barack Obama": 58813,
"Jill Stein": 948
},
"pct_reporting": "100"
},
"17057": {
"county": "Fulton",
"fip": "17057",
"total_votes": 15337,
"votes": {
"Gary Johnson": 261,
"Mitt Romney": 6622,
"Barack Obama": 8324,
"Jill Stein": 130
},
"pct_reporting": "100"
},
"17055": {
"county": "Franklin",
"fip": "17055",
"total_votes": 17891,
"votes": {
"Gary Johnson": 241,
"Mitt Romney": 10253,
"Barack Obama": 7245,
"Jill Stein": 152
},
"pct_reporting": "100"
},
"17053": {
"county": "Ford",
"fip": "17053",
"total_votes": 6000,
"votes": {
"Gary Johnson": 89,
"Mitt Romney": 4225,
"Barack Obama": 1654,
"Jill Stein": 32
},
"pct_reporting": "100"
},
"17051": {
"county": "Fayette",
"fip": "17051",
"total_votes": 8963,
"votes": {
"Gary Johnson": 117,
"Mitt Romney": 5950,
"Barack Obama": 2848,
"Jill Stein": 48
},
"pct_reporting": "100"
},
"17059": {
"county": "Gallatin",
"fip": "17059",
"total_votes": 2569,
"votes": {
"Gary Johnson": 26,
"Mitt Romney": 1492,
"Barack Obama": 1028,
"Jill Stein": 23
},
"pct_reporting": "100"
},
"17101": {
"county": "Lawrence",
"fip": "17101",
"total_votes": 5984,
"votes": {
"Gary Johnson": 88,
"Mitt Romney": 3853,
"Barack Obama": 2010,
"Jill Stein": 33
},
"pct_reporting": "100"
},
"17103": {
"county": "Lee",
"fip": "17103",
"total_votes": 15275,
"votes": {
"Gary Johnson": 196,
"Mitt Romney": 8046,
"Barack Obama": 6932,
"Jill Stein": 101
},
"pct_reporting": "100"
},
"17105": {
"county": "Livingston",
"fip": "17105",
"total_votes": 15019,
"votes": {
"Gary Johnson": 175,
"Mitt Romney": 9745,
"Barack Obama": 5014,
"Jill Stein": 85
},
"pct_reporting": "100"
},
"17107": {
"county": "Logan",
"fip": "17107",
"total_votes": 12037,
"votes": {
"Gary Johnson": 121,
"Mitt Romney": 7835,
"Barack Obama": 3974,
"Jill Stein": 107
},
"pct_reporting": "100"
},
"17109": {
"county": "McDonough",
"fip": "17109",
"total_votes": 12439,
"votes": {
"Gary Johnson": 201,
"Mitt Romney": 6142,
"Barack Obama": 5957,
"Jill Stein": 139
},
"pct_reporting": "100"
},
"17063": {
"county": "Grundy",
"fip": "17063",
"total_votes": 20956,
"votes": {
"Gary Johnson": 313,
"Mitt Romney": 11198,
"Barack Obama": 9319,
"Jill Stein": 126
},
"pct_reporting": "100"
},
"17061": {
"county": "Greene",
"fip": "17061",
"total_votes": 5614,
"votes": {
"Gary Johnson": 109,
"Mitt Romney": 3446,
"Barack Obama": 2023,
"Jill Stein": 36
},
"pct_reporting": "100"
},
"17067": {
"county": "Hancock",
"fip": "17067",
"total_votes": 8229,
"votes": {
"Gary Johnson": 119,
"Mitt Romney": 4810,
"Barack Obama": 3246,
"Jill Stein": 54
},
"pct_reporting": "100"
},
"17065": {
"county": "Hamilton",
"fip": "17065",
"total_votes": 3935,
"votes": {
"Gary Johnson": 63,
"Mitt Romney": 2566,
"Barack Obama": 1266,
"Jill Stein": 40
},
"pct_reporting": "100"
},
"17069": {
"county": "Hardin",
"fip": "17069",
"total_votes": 2330,
"votes": {
"Gary Johnson": 31,
"Mitt Romney": 1535,
"Barack Obama": 742,
"Jill Stein": 22
},
"pct_reporting": "100"
},
"17199": {
"county": "Williamson",
"fip": "17199",
"total_votes": 29079,
"votes": {
"Gary Johnson": 331,
"Mitt Romney": 17880,
"Barack Obama": 10622,
"Jill Stein": 246
},
"pct_reporting": "100"
},
"17197": {
"county": "Will",
"fip": "17197",
"total_votes": 249708,
"votes": {
"Gary Johnson": 2737,
"Mitt Romney": 118366,
"Barack Obama": 127522,
"Jill Stein": 1083
},
"pct_reporting": "100"
},
"17195": {
"county": "Whiteside",
"fip": "17195",
"total_votes": 21492,
"votes": {
"Gary Johnson": 312,
"Mitt Romney": 8676,
"Barack Obama": 12393,
"Jill Stein": 111
},
"pct_reporting": "100"
},
"17193": {
"county": "White",
"fip": "17193",
"total_votes": 7059,
"votes": {
"Gary Johnson": 110,
"Mitt Romney": 4729,
"Barack Obama": 2187,
"Jill Stein": 33
},
"pct_reporting": "100"
},
"17191": {
"county": "Wayne",
"fip": "17191",
"total_votes": 7676,
"votes": {
"Gary Johnson": 143,
"Mitt Romney": 5984,
"Barack Obama": 1514,
"Jill Stein": 35
},
"pct_reporting": "100"
},
"17175": {
"county": "Stark",
"fip": "17175",
"total_votes": 2661,
"votes": {
"Gary Johnson": 26,
"Mitt Romney": 1527,
"Barack Obama": 1095,
"Jill Stein": 13
},
"pct_reporting": "100"
},
"17177": {
"county": "Stephenson",
"fip": "17177",
"total_votes": 17029,
"votes": {
"Gary Johnson": 250,
"Mitt Romney": 8742,
"Barack Obama": 7954,
"Jill Stein": 83
},
"pct_reporting": "100"
},
"17171": {
"county": "Scott",
"fip": "17171",
"total_votes": 2554,
"votes": {
"Gary Johnson": 32,
"Mitt Romney": 1586,
"Barack Obama": 910,
"Jill Stein": 26
},
"pct_reporting": "100"
},
"17079": {
"county": "Jasper",
"fip": "17079",
"total_votes": 5038,
"votes": {
"Gary Johnson": 63,
"Mitt Romney": 3511,
"Barack Obama": 1434,
"Jill Stein": 30
},
"pct_reporting": "100"
},
"17173": {
"county": "Shelby",
"fip": "17173",
"total_votes": 10383,
"votes": {
"Gary Johnson": 143,
"Mitt Romney": 6837,
"Barack Obama": 3336,
"Jill Stein": 67
},
"pct_reporting": "100"
},
"17075": {
"county": "Iroquois",
"fip": "17075",
"total_votes": 12770,
"votes": {
"Gary Johnson": 172,
"Mitt Romney": 9115,
"Barack Obama": 3408,
"Jill Stein": 75
},
"pct_reporting": "100"
},
"17077": {
"county": "Jackson",
"fip": "17077",
"total_votes": 21190,
"votes": {
"Gary Johnson": 380,
"Mitt Romney": 9130,
"Barack Obama": 11306,
"Jill Stein": 374
},
"pct_reporting": "100"
},
"17179": {
"county": "Tazewell",
"fip": "17179",
"total_votes": 60903,
"votes": {
"Gary Johnson": 884,
"Mitt Romney": 35266,
"Barack Obama": 24385,
"Jill Stein": 368
},
"pct_reporting": "100"
},
"17071": {
"county": "Henderson",
"fip": "17071",
"total_votes": 3563,
"votes": {
"Gary Johnson": 37,
"Mitt Romney": 1538,
"Barack Obama": 1977,
"Jill Stein": 11
},
"pct_reporting": "100"
},
"17073": {
"county": "Henry",
"fip": "17073",
"total_votes": 24279,
"votes": {
"Gary Johnson": 283,
"Mitt Romney": 11564,
"Barack Obama": 12316,
"Jill Stein": 116
},
"pct_reporting": "100"
},
"17189": {
"county": "Washington",
"fip": "17189",
"total_votes": 7398,
"votes": {
"Gary Johnson": 99,
"Mitt Romney": 4787,
"Barack Obama": 2448,
"Jill Stein": 64
},
"pct_reporting": "100"
},
"17181": {
"county": "Union",
"fip": "17181",
"total_votes": 8274,
"votes": {
"Gary Johnson": 99,
"Mitt Romney": 4951,
"Barack Obama": 3135,
"Jill Stein": 89
},
"pct_reporting": "100"
},
"17183": {
"county": "Vermilion",
"fip": "17183",
"total_votes": 26153,
"votes": {
"Gary Johnson": 336,
"Mitt Romney": 14888,
"Barack Obama": 10773,
"Jill Stein": 156
},
"pct_reporting": "100"
},
"17185": {
"county": "Wabash",
"fip": "17185",
"total_votes": 5127,
"votes": {
"Gary Johnson": 47,
"Mitt Romney": 3473,
"Barack Obama": 1588,
"Jill Stein": 19
},
"pct_reporting": "100"
},
"17187": {
"county": "Warren",
"fip": "17187",
"total_votes": 7476,
"votes": {
"Gary Johnson": 82,
"Mitt Romney": 3460,
"Barack Obama": 3893,
"Jill Stein": 41
},
"pct_reporting": "100"
}
},
"GA": {
"13229": {
"county": "Pierce",
"fip": "13229",
"total_votes": 6845,
"votes": {
"Mitt Romney": 5666,
"Barack Obama": 1124,
"Gary Johnson": 55
},
"pct_reporting": "100"
},
"13089": {
"county": "DeKalb",
"fip": "13089",
"total_votes": 305299,
"votes": {
"Mitt Romney": 64308,
"Barack Obama": 237704,
"Gary Johnson": 3287
},
"pct_reporting": "100"
},
"13085": {
"county": "Dawson",
"fip": "13085",
"total_votes": 10234,
"votes": {
"Mitt Romney": 8843,
"Barack Obama": 1241,
"Gary Johnson": 150
},
"pct_reporting": "100"
},
"13087": {
"county": "Decatur",
"fip": "13087",
"total_votes": 10465,
"votes": {
"Mitt Romney": 5816,
"Barack Obama": 4580,
"Gary Johnson": 69
},
"pct_reporting": "100"
},
"13081": {
"county": "Crisp",
"fip": "13081",
"total_votes": 7386,
"votes": {
"Mitt Romney": 4179,
"Barack Obama": 3160,
"Gary Johnson": 47
},
"pct_reporting": "100"
},
"13083": {
"county": "Dade",
"fip": "13083",
"total_votes": 5997,
"votes": {
"Mitt Romney": 4458,
"Barack Obama": 1404,
"Gary Johnson": 135
},
"pct_reporting": "100"
},
"13005": {
"county": "Bacon",
"fip": "13005",
"total_votes": 3929,
"votes": {
"Mitt Romney": 3092,
"Barack Obama": 791,
"Gary Johnson": 46
},
"pct_reporting": "100"
},
"13007": {
"county": "Baker",
"fip": "13007",
"total_votes": 1584,
"votes": {
"Mitt Romney": 784,
"Barack Obama": 790,
"Gary Johnson": 10
},
"pct_reporting": "100"
},
"13169": {
"county": "Jones",
"fip": "13169",
"total_votes": 12099,
"votes": {
"Mitt Romney": 7740,
"Barack Obama": 4272,
"Gary Johnson": 87
},
"pct_reporting": "100"
},
"13001": {
"county": "Appling",
"fip": "13001",
"total_votes": 7079,
"votes": {
"Mitt Romney": 5231,
"Barack Obama": 1756,
"Gary Johnson": 92
},
"pct_reporting": "100"
},
"13003": {
"county": "Atkinson",
"fip": "13003",
"total_votes": 2902,
"votes": {
"Mitt Romney": 1938,
"Barack Obama": 930,
"Gary Johnson": 34
},
"pct_reporting": "100"
},
"13163": {
"county": "Jefferson",
"fip": "13163",
"total_votes": 7268,
"votes": {
"Mitt Romney": 2992,
"Barack Obama": 4238,
"Gary Johnson": 38
},
"pct_reporting": "100"
},
"13249": {
"county": "Schley",
"fip": "13249",
"total_votes": 1748,
"votes": {
"Mitt Romney": 1286,
"Barack Obama": 448,
"Gary Johnson": 14
},
"pct_reporting": "100"
},
"13161": {
"county": "Jeff Davis",
"fip": "13161",
"total_votes": 5330,
"votes": {
"Mitt Romney": 3994,
"Barack Obama": 1271,
"Gary Johnson": 65
},
"pct_reporting": "100"
},
"13009": {
"county": "Baldwin",
"fip": "13009",
"total_votes": 16214,
"votes": {
"Mitt Romney": 7585,
"Barack Obama": 8469,
"Gary Johnson": 160
},
"pct_reporting": "100"
},
"13167": {
"county": "Johnson",
"fip": "13167",
"total_votes": 3772,
"votes": {
"Mitt Romney": 2440,
"Barack Obama": 1305,
"Gary Johnson": 27
},
"pct_reporting": "100"
},
"13165": {
"county": "Jenkins",
"fip": "13165",
"total_votes": 3386,
"votes": {
"Mitt Romney": 1884,
"Barack Obama": 1487,
"Gary Johnson": 15
},
"pct_reporting": "100"
},
"13307": {
"county": "Webster",
"fip": "13307",
"total_votes": 1175,
"votes": {
"Mitt Romney": 598,
"Barack Obama": 573,
"Gary Johnson": 4
},
"pct_reporting": "100"
},
"13319": {
"county": "Wilkinson",
"fip": "13319",
"total_votes": 4448,
"votes": {
"Mitt Romney": 2245,
"Barack Obama": 2180,
"Gary Johnson": 23
},
"pct_reporting": "100"
},
"13223": {
"county": "Paulding",
"fip": "13223",
"total_votes": 57254,
"votes": {
"Mitt Romney": 40771,
"Barack Obama": 15779,
"Gary Johnson": 704
},
"pct_reporting": "100"
},
"13157": {
"county": "Jackson",
"fip": "13157",
"total_votes": 23670,
"votes": {
"Mitt Romney": 19122,
"Barack Obama": 4236,
"Gary Johnson": 312
},
"pct_reporting": "100"
},
"13155": {
"county": "Irwin",
"fip": "13155",
"total_votes": 3683,
"votes": {
"Mitt Romney": 2519,
"Barack Obama": 1134,
"Gary Johnson": 30
},
"pct_reporting": "100"
},
"13153": {
"county": "Houston",
"fip": "13153",
"total_votes": 57912,
"votes": {
"Mitt Romney": 34631,
"Barack Obama": 22643,
"Gary Johnson": 638
},
"pct_reporting": "100"
},
"13151": {
"county": "Henry",
"fip": "13151",
"total_votes": 90469,
"votes": {
"Mitt Romney": 46299,
"Barack Obama": 43374,
"Gary Johnson": 796
},
"pct_reporting": "100"
},
"13099": {
"county": "Early",
"fip": "13099",
"total_votes": 5349,
"votes": {
"Mitt Romney": 2556,
"Barack Obama": 2762,
"Gary Johnson": 31
},
"pct_reporting": "100"
},
"13315": {
"county": "Wilcox",
"fip": "13315",
"total_votes": 3124,
"votes": {
"Mitt Romney": 2050,
"Barack Obama": 1059,
"Gary Johnson": 15
},
"pct_reporting": "100"
},
"13097": {
"county": "Douglas",
"fip": "13097",
"total_votes": 55201,
"votes": {
"Mitt Romney": 26226,
"Barack Obama": 28410,
"Gary Johnson": 565
},
"pct_reporting": "100"
},
"13317": {
"county": "Wilkes",
"fip": "13317",
"total_votes": 4746,
"votes": {
"Mitt Romney": 2628,
"Barack Obama": 2080,
"Gary Johnson": 38
},
"pct_reporting": "100"
},
"13095": {
"county": "Dougherty",
"fip": "13095",
"total_votes": 37822,
"votes": {
"Mitt Romney": 11441,
"Barack Obama": 26209,
"Gary Johnson": 172
},
"pct_reporting": "100"
},
"13311": {
"county": "White",
"fip": "13311",
"total_votes": 10471,
"votes": {
"Mitt Romney": 8647,
"Barack Obama": 1670,
"Gary Johnson": 154
},
"pct_reporting": "100"
},
"13093": {
"county": "Dooly",
"fip": "13093",
"total_votes": 4289,
"votes": {
"Mitt Romney": 1983,
"Barack Obama": 2278,
"Gary Johnson": 28
},
"pct_reporting": "100"
},
"13159": {
"county": "Jasper",
"fip": "13159",
"total_votes": 6010,
"votes": {
"Mitt Romney": 4121,
"Barack Obama": 1839,
"Gary Johnson": 50
},
"pct_reporting": "100"
},
"13091": {
"county": "Dodge",
"fip": "13091",
"total_votes": 7731,
"votes": {
"Mitt Romney": 5214,
"Barack Obama": 2440,
"Gary Johnson": 77
},
"pct_reporting": "100"
},
"13017": {
"county": "Ben Hill",
"fip": "13017",
"total_votes": 5947,
"votes": {
"Mitt Romney": 3395,
"Barack Obama": 2508,
"Gary Johnson": 44
},
"pct_reporting": "100"
},
"13015": {
"county": "Bartow",
"fip": "13015",
"total_votes": 35738,
"votes": {
"Mitt Romney": 26847,
"Barack Obama": 8383,
"Gary Johnson": 508
},
"pct_reporting": "100"
},
"13013": {
"county": "Barrow",
"fip": "13013",
"total_votes": 25171,
"votes": {
"Mitt Romney": 18719,
"Barack Obama": 6019,
"Gary Johnson": 433
},
"pct_reporting": "100"
},
"13011": {
"county": "Banks",
"fip": "13011",
"total_votes": 6191,
"votes": {
"Mitt Romney": 5353,
"Barack Obama": 779,
"Gary Johnson": 59
},
"pct_reporting": "100"
},
"13255": {
"county": "Spalding",
"fip": "13255",
"total_votes": 25057,
"votes": {
"Mitt Romney": 14901,
"Barack Obama": 9884,
"Gary Johnson": 272
},
"pct_reporting": "100"
},
"13257": {
"county": "Stephens",
"fip": "13257",
"total_votes": 9467,
"votes": {
"Mitt Romney": 7207,
"Barack Obama": 2123,
"Gary Johnson": 137
},
"pct_reporting": "100"
},
"13251": {
"county": "Screven",
"fip": "13251",
"total_votes": 6093,
"votes": {
"Mitt Romney": 3285,
"Barack Obama": 2769,
"Gary Johnson": 39
},
"pct_reporting": "100"
},
"13019": {
"county": "Berrien",
"fip": "13019",
"total_votes": 6187,
"votes": {
"Mitt Romney": 4837,
"Barack Obama": 1268,
"Gary Johnson": 82
},
"pct_reporting": "100"
},
"13313": {
"county": "Whitfield",
"fip": "13313",
"total_votes": 26828,
"votes": {
"Mitt Romney": 19290,
"Barack Obama": 7193,
"Gary Johnson": 345
},
"pct_reporting": "100"
},
"13141": {
"county": "Hancock",
"fip": "13141",
"total_votes": 4076,
"votes": {
"Mitt Romney": 764,
"Barack Obama": 3301,
"Gary Johnson": 11
},
"pct_reporting": "100"
},
"13143": {
"county": "Haralson",
"fip": "13143",
"total_votes": 10362,
"votes": {
"Mitt Romney": 8439,
"Barack Obama": 1787,
"Gary Johnson": 136
},
"pct_reporting": "100"
},
"13145": {
"county": "Harris",
"fip": "13145",
"total_votes": 15479,
"votes": {
"Mitt Romney": 11193,
"Barack Obama": 4141,
"Gary Johnson": 145
},
"pct_reporting": "100"
},
"13147": {
"county": "Hart",
"fip": "13147",
"total_votes": 9501,
"votes": {
"Mitt Romney": 6516,
"Barack Obama": 2869,
"Gary Johnson": 116
},
"pct_reporting": "100"
},
"13149": {
"county": "Heard",
"fip": "13149",
"total_votes": 4162,
"votes": {
"Mitt Romney": 3155,
"Barack Obama": 947,
"Gary Johnson": 60
},
"pct_reporting": "100"
},
"13305": {
"county": "Wayne",
"fip": "13305",
"total_votes": 10258,
"votes": {
"Mitt Romney": 7553,
"Barack Obama": 2594,
"Gary Johnson": 111
},
"pct_reporting": "100"
},
"13303": {
"county": "Washington",
"fip": "13303",
"total_votes": 8796,
"votes": {
"Mitt Romney": 4033,
"Barack Obama": 4705,
"Gary Johnson": 58
},
"pct_reporting": "100"
},
"13301": {
"county": "Warren",
"fip": "13301",
"total_votes": 2522,
"votes": {
"Mitt Romney": 990,
"Barack Obama": 1525,
"Gary Johnson": 7
},
"pct_reporting": "100"
},
"13023": {
"county": "Bleckley",
"fip": "13023",
"total_votes": 4903,
"votes": {
"Mitt Romney": 3586,
"Barack Obama": 1266,
"Gary Johnson": 51
},
"pct_reporting": "100"
},
"13021": {
"county": "Bibb",
"fip": "13021",
"total_votes": 64625,
"votes": {
"Mitt Romney": 25606,
"Barack Obama": 38538,
"Gary Johnson": 481
},
"pct_reporting": "100"
},
"13027": {
"county": "Brooks",
"fip": "13027",
"total_votes": 6671,
"votes": {
"Mitt Romney": 3522,
"Barack Obama": 3101,
"Gary Johnson": 48
},
"pct_reporting": "100"
},
"13025": {
"county": "Brantley",
"fip": "13025",
"total_votes": 6001,
"votes": {
"Mitt Romney": 4963,
"Barack Obama": 939,
"Gary Johnson": 99
},
"pct_reporting": "100"
},
"13221": {
"county": "Oglethorpe",
"fip": "13221",
"total_votes": 6258,
"votes": {
"Mitt Romney": 4250,
"Barack Obama": 1913,
"Gary Johnson": 95
},
"pct_reporting": "100"
},
"13029": {
"county": "Bryan",
"fip": "13029",
"total_votes": 13403,
"votes": {
"Mitt Romney": 9537,
"Barack Obama": 3695,
"Gary Johnson": 171
},
"pct_reporting": "100"
},
"13225": {
"county": "Peach",
"fip": "13225",
"total_votes": 11499,
"votes": {
"Mitt Romney": 5280,
"Barack Obama": 6141,
"Gary Johnson": 78
},
"pct_reporting": "100"
},
"13227": {
"county": "Pickens",
"fip": "13227",
"total_votes": 12673,
"votes": {
"Mitt Romney": 10547,
"Barack Obama": 1975,
"Gary Johnson": 151
},
"pct_reporting": "100"
},
"13259": {
"county": "Stewart",
"fip": "13259",
"total_votes": 2055,
"votes": {
"Mitt Romney": 740,
"Barack Obama": 1307,
"Gary Johnson": 8
},
"pct_reporting": "100"
},
"13231": {
"county": "Pike",
"fip": "13231",
"total_votes": 8099,
"votes": {
"Mitt Romney": 6660,
"Barack Obama": 1355,
"Gary Johnson": 84
},
"pct_reporting": "100"
},
"13135": {
"county": "Gwinnett",
"fip": "13135",
"total_votes": 295560,
"votes": {
"Mitt Romney": 159563,
"Barack Obama": 131879,
"Gary Johnson": 4118
},
"pct_reporting": "100"
},
"13137": {
"county": "Habersham",
"fip": "13137",
"total_votes": 14600,
"votes": {
"Mitt Romney": 12148,
"Barack Obama": 2297,
"Gary Johnson": 155
},
"pct_reporting": "100"
},
"13239": {
"county": "Quitman",
"fip": "13239",
"total_votes": 1128,
"votes": {
"Mitt Romney": 510,
"Barack Obama": 612,
"Gary Johnson": 6
},
"pct_reporting": "100"
},
"13131": {
"county": "Grady",
"fip": "13131",
"total_votes": 9391,
"votes": {
"Mitt Romney": 5922,
"Barack Obama": 3419,
"Gary Johnson": 50
},
"pct_reporting": "100"
},
"13039": {
"county": "Camden",
"fip": "13039",
"total_votes": 17938,
"votes": {
"Mitt Romney": 11318,
"Barack Obama": 6358,
"Gary Johnson": 262
},
"pct_reporting": "100"
},
"13133": {
"county": "Greene",
"fip": "13133",
"total_votes": 8313,
"votes": {
"Mitt Romney": 5067,
"Barack Obama": 3195,
"Gary Johnson": 51
},
"pct_reporting": "100"
},
"13035": {
"county": "Butts",
"fip": "13035",
"total_votes": 9372,
"votes": {
"Mitt Romney": 6306,
"Barack Obama": 2966,
"Gary Johnson": 100
},
"pct_reporting": "100"
},
"13037": {
"county": "Calhoun",
"fip": "13037",
"total_votes": 2187,
"votes": {
"Mitt Romney": 883,
"Barack Obama": 1297,
"Gary Johnson": 7
},
"pct_reporting": "100"
},
"13139": {
"county": "Hall",
"fip": "13139",
"total_votes": 59241,
"votes": {
"Mitt Romney": 45918,
"Barack Obama": 12489,
"Gary Johnson": 834
},
"pct_reporting": "100"
},
"13031": {
"county": "Bulloch",
"fip": "13031",
"total_votes": 24032,
"votes": {
"Mitt Romney": 14159,
"Barack Obama": 9572,
"Gary Johnson": 301
},
"pct_reporting": "100"
},
"13033": {
"county": "Burke",
"fip": "13033",
"total_votes": 9773,
"votes": {
"Mitt Romney": 4298,
"Barack Obama": 5403,
"Gary Johnson": 72
},
"pct_reporting": "100"
},
"13321": {
"county": "Worth",
"fip": "13321",
"total_votes": 8410,
"votes": {
"Mitt Romney": 5864,
"Barack Obama": 2486,
"Gary Johnson": 60
},
"pct_reporting": "100"
},
"13289": {
"county": "Twiggs",
"fip": "13289",
"total_votes": 4199,
"votes": {
"Mitt Romney": 1905,
"Barack Obama": 2269,
"Gary Johnson": 25
},
"pct_reporting": "100"
},
"13287": {
"county": "Turner",
"fip": "13287",
"total_votes": 3556,
"votes": {
"Mitt Romney": 2027,
"Barack Obama": 1508,
"Gary Johnson": 21
},
"pct_reporting": "100"
},
"13285": {
"county": "Troup",
"fip": "13285",
"total_votes": 25975,
"votes": {
"Mitt Romney": 15170,
"Barack Obama": 10545,
"Gary Johnson": 260
},
"pct_reporting": "100"
},
"13283": {
"county": "Treutlen",
"fip": "13283",
"total_votes": 2738,
"votes": {
"Mitt Romney": 1646,
"Barack Obama": 1068,
"Gary Johnson": 24
},
"pct_reporting": "100"
},
"13281": {
"county": "Towns",
"fip": "13281",
"total_votes": 6159,
"votes": {
"Mitt Romney": 4834,
"Barack Obama": 1265,
"Gary Johnson": 60
},
"pct_reporting": "100"
},
"13207": {
"county": "Monroe",
"fip": "13207",
"total_votes": 12259,
"votes": {
"Mitt Romney": 8352,
"Barack Obama": 3779,
"Gary Johnson": 128
},
"pct_reporting": "100"
},
"13243": {
"county": "Randolph",
"fip": "13243",
"total_votes": 3015,
"votes": {
"Mitt Romney": 1249,
"Barack Obama": 1749,
"Gary Johnson": 17
},
"pct_reporting": "100"
},
"13205": {
"county": "Mitchell",
"fip": "13205",
"total_votes": 8273,
"votes": {
"Mitt Romney": 4153,
"Barack Obama": 4081,
"Gary Johnson": 39
},
"pct_reporting": "100"
},
"13201": {
"county": "Miller",
"fip": "13201",
"total_votes": 2770,
"votes": {
"Mitt Romney": 1904,
"Barack Obama": 848,
"Gary Johnson": 18
},
"pct_reporting": "100"
},
"13241": {
"county": "Rabun",
"fip": "13241",
"total_votes": 7438,
"votes": {
"Mitt Romney": 5753,
"Barack Obama": 1558,
"Gary Johnson": 127
},
"pct_reporting": "100"
},
"13209": {
"county": "Montgomery",
"fip": "13209",
"total_votes": 3831,
"votes": {
"Mitt Romney": 2662,
"Barack Obama": 1135,
"Gary Johnson": 34
},
"pct_reporting": "100"
},
"13049": {
"county": "Charlton",
"fip": "13049",
"total_votes": 3763,
"votes": {
"Mitt Romney": 2527,
"Barack Obama": 1197,
"Gary Johnson": 39
},
"pct_reporting": "100"
},
"13127": {
"county": "Glynn",
"fip": "13127",
"total_votes": 33054,
"votes": {
"Mitt Romney": 20853,
"Barack Obama": 11922,
"Gary Johnson": 279
},
"pct_reporting": "100"
},
"13125": {
"county": "Glascock",
"fip": "13125",
"total_votes": 1333,
"votes": {
"Mitt Romney": 1135,
"Barack Obama": 176,
"Gary Johnson": 22
},
"pct_reporting": "100"
},
"13123": {
"county": "Gilmer",
"fip": "13123",
"total_votes": 11008,
"votes": {
"Mitt Romney": 8920,
"Barack Obama": 1955,
"Gary Johnson": 133
},
"pct_reporting": "100"
},
"13121": {
"county": "Fulton",
"fip": "13121",
"total_votes": 386845,
"votes": {
"Mitt Romney": 133837,
"Barack Obama": 248479,
"Gary Johnson": 4529
},
"pct_reporting": "100"
},
"13247": {
"county": "Rockdale",
"fip": "13247",
"total_votes": 37879,
"votes": {
"Mitt Romney": 15671,
"Barack Obama": 21878,
"Gary Johnson": 330
},
"pct_reporting": "100"
},
"13043": {
"county": "Candler",
"fip": "13043",
"total_votes": 3526,
"votes": {
"Mitt Romney": 2344,
"Barack Obama": 1155,
"Gary Johnson": 27
},
"pct_reporting": "100"
},
"13045": {
"county": "Carroll",
"fip": "13045",
"total_votes": 41445,
"votes": {
"Mitt Romney": 28249,
"Barack Obama": 12635,
"Gary Johnson": 561
},
"pct_reporting": "100"
},
"13047": {
"county": "Catoosa",
"fip": "13047",
"total_votes": 23639,
"votes": {
"Mitt Romney": 17848,
"Barack Obama": 5357,
"Gary Johnson": 434
},
"pct_reporting": "100"
},
"13129": {
"county": "Gordon",
"fip": "13129",
"total_votes": 16857,
"votes": {
"Mitt Romney": 13174,
"Barack Obama": 3436,
"Gary Johnson": 247
},
"pct_reporting": "100"
},
"13245": {
"county": "Richmond",
"fip": "13245",
"total_votes": 78865,
"votes": {
"Mitt Romney": 25821,
"Barack Obama": 52461,
"Gary Johnson": 583
},
"pct_reporting": "100"
},
"13299": {
"county": "Ware",
"fip": "13299",
"total_votes": 11923,
"votes": {
"Mitt Romney": 7933,
"Barack Obama": 3892,
"Gary Johnson": 98
},
"pct_reporting": "100"
},
"13291": {
"county": "Union",
"fip": "13291",
"total_votes": 11072,
"votes": {
"Mitt Romney": 8771,
"Barack Obama": 2137,
"Gary Johnson": 164
},
"pct_reporting": "100"
},
"13293": {
"county": "Upson",
"fip": "13293",
"total_votes": 11257,
"votes": {
"Mitt Romney": 7229,
"Barack Obama": 3955,
"Gary Johnson": 73
},
"pct_reporting": "100"
},
"13295": {
"county": "Walker",
"fip": "13295",
"total_votes": 21879,
"votes": {
"Mitt Romney": 16245,
"Barack Obama": 5269,
"Gary Johnson": 365
},
"pct_reporting": "100"
},
"13297": {
"county": "Walton",
"fip": "13297",
"total_votes": 37570,
"votes": {
"Mitt Romney": 29018,
"Barack Obama": 8139,
"Gary Johnson": 413
},
"pct_reporting": "100"
},
"13211": {
"county": "Morgan",
"fip": "13211",
"total_votes": 9016,
"votes": {
"Mitt Romney": 6178,
"Barack Obama": 2751,
"Gary Johnson": 87
},
"pct_reporting": "100"
},
"13199": {
"county": "Meriwether",
"fip": "13199",
"total_votes": 9259,
"votes": {
"Mitt Romney": 4855,
"Barack Obama": 4328,
"Gary Johnson": 76
},
"pct_reporting": "100"
},
"13213": {
"county": "Murray",
"fip": "13213",
"total_votes": 11209,
"votes": {
"Mitt Romney": 8439,
"Barack Obama": 2542,
"Gary Johnson": 228
},
"pct_reporting": "100"
},
"13215": {
"county": "Muscogee",
"fip": "13215",
"total_votes": 70410,
"votes": {
"Mitt Romney": 27469,
"Barack Obama": 42458,
"Gary Johnson": 483
},
"pct_reporting": "100"
},
"13217": {
"county": "Newton",
"fip": "13217",
"total_votes": 43216,
"votes": {
"Mitt Romney": 20979,
"Barack Obama": 21844,
"Gary Johnson": 393
},
"pct_reporting": "100"
},
"13193": {
"county": "Macon",
"fip": "13193",
"total_votes": 4781,
"votes": {
"Mitt Romney": 1545,
"Barack Obama": 3211,
"Gary Johnson": 25
},
"pct_reporting": "100"
},
"13219": {
"county": "Oconee",
"fip": "13219",
"total_votes": 16643,
"votes": {
"Mitt Romney": 12222,
"Barack Obama": 4140,
"Gary Johnson": 281
},
"pct_reporting": "100"
},
"13191": {
"county": "McIntosh",
"fip": "13191",
"total_votes": 6333,
"votes": {
"Mitt Romney": 3405,
"Barack Obama": 2860,
"Gary Johnson": 68
},
"pct_reporting": "100"
},
"13197": {
"county": "Marion",
"fip": "13197",
"total_votes": 3167,
"votes": {
"Mitt Romney": 1731,
"Barack Obama": 1411,
"Gary Johnson": 25
},
"pct_reporting": "100"
},
"13195": {
"county": "Madison",
"fip": "13195",
"total_votes": 11079,
"votes": {
"Mitt Romney": 8441,
"Barack Obama": 2486,
"Gary Johnson": 152
},
"pct_reporting": "100"
},
"13113": {
"county": "Fayette",
"fip": "13113",
"total_votes": 58473,
"votes": {
"Mitt Romney": 38046,
"Barack Obama": 19703,
"Gary Johnson": 724
},
"pct_reporting": "100"
},
"13111": {
"county": "Fannin",
"fip": "13111",
"total_votes": 10007,
"votes": {
"Mitt Romney": 7853,
"Barack Obama": 2027,
"Gary Johnson": 127
},
"pct_reporting": "100"
},
"13059": {
"county": "Clarke",
"fip": "13059",
"total_votes": 40138,
"votes": {
"Mitt Romney": 13804,
"Barack Obama": 25386,
"Gary Johnson": 948
},
"pct_reporting": "100"
},
"13117": {
"county": "Forsyth",
"fip": "13117",
"total_votes": 81598,
"votes": {
"Mitt Romney": 65853,
"Barack Obama": 14544,
"Gary Johnson": 1201
},
"pct_reporting": "100"
},
"13115": {
"county": "Floyd",
"fip": "13115",
"total_votes": 32685,
"votes": {
"Mitt Romney": 22636,
"Barack Obama": 9595,
"Gary Johnson": 454
},
"pct_reporting": "100"
},
"13053": {
"county": "Chattahoochee",
"fip": "13053",
"total_votes": 1483,
"votes": {
"Mitt Romney": 732,
"Barack Obama": 726,
"Gary Johnson": 25
},
"pct_reporting": "100"
},
"13119": {
"county": "Franklin",
"fip": "13119",
"total_votes": 7757,
"votes": {
"Mitt Romney": 6112,
"Barack Obama": 1499,
"Gary Johnson": 146
},
"pct_reporting": "100"
},
"13051": {
"county": "Chatham",
"fip": "13051",
"total_votes": 108267,
"votes": {
"Mitt Romney": 47083,
"Barack Obama": 60077,
"Gary Johnson": 1107
},
"pct_reporting": "100"
},
"13057": {
"county": "Cherokee",
"fip": "13057",
"total_votes": 98041,
"votes": {
"Mitt Romney": 76473,
"Barack Obama": 19813,
"Gary Johnson": 1755
},
"pct_reporting": "100"
},
"13055": {
"county": "Chattooga",
"fip": "13055",
"total_votes": 7791,
"votes": {
"Mitt Romney": 5434,
"Barack Obama": 2220,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment